Uses of Enum
com.amazonaws.services.apigateway.model.CacheClusterStatus
Packages that use CacheClusterStatus
-
Uses of CacheClusterStatus in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CacheClusterStatusModifier and TypeMethodDescriptionstatic CacheClusterStatus
Use this in place of valueOf.static CacheClusterStatus
Returns the enum constant of this type with the specified name.static CacheClusterStatus[]
CacheClusterStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.apigateway.model with parameters of type CacheClusterStatusModifier and TypeMethodDescriptionvoid
CreateStageResult.setCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.void
GetStageResult.setCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.void
Stage.setCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.void
UpdateStageResult.setCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.CreateStageResult.withCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.GetStageResult.withCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.Stage.withCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.UpdateStageResult.withCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.