| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
CacheClusterStatus |
GetStageResponse.cacheClusterStatus()
The status of the cache cluster for the stage, if enabled.
|
CacheClusterStatus |
UpdateStageResponse.cacheClusterStatus()
The status of the cache cluster for the stage, if enabled.
|
CacheClusterStatus |
CreateStageResponse.cacheClusterStatus()
The status of the cache cluster for the stage, if enabled.
|
CacheClusterStatus |
Stage.cacheClusterStatus()
The status of the cache cluster for the stage, if enabled.
|
static CacheClusterStatus |
CacheClusterStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CacheClusterStatus |
CacheClusterStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CacheClusterStatus> |
CacheClusterStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetStageResponse.Builder |
GetStageResponse.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
UpdateStageResponse.Builder |
UpdateStageResponse.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
CreateStageResponse.Builder |
CreateStageResponse.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
Stage.Builder |
Stage.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
Copyright © 2023. All rights reserved.