Uses of Enum
software.amazon.awssdk.services.apigateway.model.CacheClusterStatus
Packages that use CacheClusterStatus
-
Uses of CacheClusterStatus in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CacheClusterStatusModifier and TypeMethodDescriptionfinal CacheClusterStatusCreateStageResponse.cacheClusterStatus()The status of the cache cluster for the stage, if enabled.final CacheClusterStatusGetStageResponse.cacheClusterStatus()The status of the cache cluster for the stage, if enabled.final CacheClusterStatusStage.cacheClusterStatus()The status of the cache cluster for the stage, if enabled.final CacheClusterStatusUpdateStageResponse.cacheClusterStatus()The status of the cache cluster for the stage, if enabled.static CacheClusterStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.apigateway.model that return types with arguments of type CacheClusterStatusModifier and TypeMethodDescriptionstatic Set<CacheClusterStatus>CacheClusterStatus.knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type CacheClusterStatusModifier and TypeMethodDescriptionCreateStageResponse.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.GetStageResponse.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.Stage.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.UpdateStageResponse.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.