Uses of Class
software.amazon.awssdk.services.apigateway.model.CacheClusterStatus
-
Packages that use CacheClusterStatus Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of CacheClusterStatus in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CacheClusterStatus Modifier and Type Method Description CacheClusterStatusCreateStageResponse. cacheClusterStatus()The status of the cache cluster for the stage, if enabled.CacheClusterStatusGetStageResponse. cacheClusterStatus()The status of the cache cluster for the stage, if enabled.CacheClusterStatusStage. cacheClusterStatus()The status of the cache cluster for the stage, if enabled.CacheClusterStatusUpdateStageResponse. cacheClusterStatus()The status of the cache cluster for the stage, if enabled.static CacheClusterStatusCacheClusterStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CacheClusterStatusCacheClusterStatus. valueOf(String name)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 software.amazon.awssdk.services.apigateway.model that return types with arguments of type CacheClusterStatus Modifier and Type Method Description static Set<CacheClusterStatus>CacheClusterStatus. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type CacheClusterStatus Modifier and Type Method Description CreateStageResponse.BuilderCreateStageResponse.Builder. cacheClusterStatus(CacheClusterStatus cacheClusterStatus)The status of the cache cluster for the stage, if enabled.GetStageResponse.BuilderGetStageResponse.Builder. cacheClusterStatus(CacheClusterStatus cacheClusterStatus)The status of the cache cluster for the stage, if enabled.Stage.BuilderStage.Builder. cacheClusterStatus(CacheClusterStatus cacheClusterStatus)The status of the cache cluster for the stage, if enabled.UpdateStageResponse.BuilderUpdateStageResponse.Builder. cacheClusterStatus(CacheClusterStatus cacheClusterStatus)The status of the cache cluster for the stage, if enabled.
-