Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static CacheClusterStatus |
CacheClusterStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
Stage.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 |
UpdateStageResult.setCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
void |
CreateStageResult.setCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
Stage |
Stage.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
GetStageResult |
GetStageResult.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
UpdateStageResult |
UpdateStageResult.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
CreateStageResult |
CreateStageResult.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
Copyright © 2018. All rights reserved.