Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Stage> |
GetStagesResult.item
An individual Stage resource.
|
Modifier and Type | Method and Description |
---|---|
Stage |
Stage.addMethodSettingsEntry(java.lang.String key,
MethodSetting value) |
Stage |
Stage.addVariablesEntry(java.lang.String key,
java.lang.String value) |
Stage |
Stage.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.
|
Stage |
Stage.clearVariablesEntries()
Removes all the entries added into Variables.
|
Stage |
Stage.clone() |
Stage |
Stage.withCacheClusterEnabled(java.lang.Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
Stage |
Stage.withCacheClusterSize(java.lang.String cacheClusterSize)
The size 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.
|
Stage |
Stage.withCacheClusterStatus(java.lang.String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
Stage |
Stage.withClientCertificateId(java.lang.String clientCertificateId) |
Stage |
Stage.withCreatedDate(java.util.Date createdDate)
The date and time that the stage was created, in ISO 8601 format.
|
Stage |
Stage.withDeploymentId(java.lang.String deploymentId)
The identifier of the Deployment that the stage points to.
|
Stage |
Stage.withDescription(java.lang.String description)
The stage's description.
|
Stage |
Stage.withLastUpdatedDate(java.util.Date lastUpdatedDate)
The date and time that information about the stage was last updated, in
ISO 8601 format.
|
Stage |
Stage.withMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
Stage |
Stage.withStageName(java.lang.String stageName)
The name of the stage is the first path segment in the Uniform Resource
Identifier (URI) of a call to Amazon API Gateway.
|
Stage |
Stage.withVariables(java.util.Map<java.lang.String,java.lang.String> variables)
A map that defines the stage variables for a Stage resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Stage> |
GetStagesResult.getItem()
An individual Stage resource.
|
Modifier and Type | Method and Description |
---|---|
GetStagesResult |
GetStagesResult.withItem(Stage... item)
An individual Stage resource.
|
Modifier and Type | Method and Description |
---|---|
void |
GetStagesResult.setItem(java.util.Collection<Stage> item)
An individual Stage resource.
|
GetStagesResult |
GetStagesResult.withItem(java.util.Collection<Stage> item)
An individual Stage resource.
|
Modifier and Type | Method and Description |
---|---|
Stage |
StageJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StageJsonMarshaller.marshall(Stage stage,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|