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 CacheClusterStatusUse this in place of valueOf.static CacheClusterStatusReturns 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 TypeMethodDescriptionvoidCreateStageResult.setCacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.voidGetStageResult.setCacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.voidStage.setCacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.voidUpdateStageResult.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.