Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Stage |
Stage.addMethodSettingsEntry(String key,
MethodSetting value) |
Stage |
Stage.addVariablesEntry(String key,
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(Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
Stage |
Stage.withCacheClusterSize(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(String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
Stage |
Stage.withClientCertificateId(String clientCertificateId) |
Stage |
Stage.withCreatedDate(Date createdDate)
The date and time that the stage was created, in ISO 8601 format.
|
Stage |
Stage.withDeploymentId(String deploymentId)
The identifier of the Deployment that the stage points to.
|
Stage |
Stage.withDescription(String description)
The stage's description.
|
Stage |
Stage.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that information about the stage was last updated, in
ISO 8601 format.
|
Stage |
Stage.withMethodSettings(Map<String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
Stage |
Stage.withStageName(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(Map<String,String> variables)
A map that defines the stage variables for a Stage resource.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Stage> item)
An individual Stage resource.
|
GetStagesResult |
GetStagesResult.withItem(Collection<Stage> item)
An individual Stage resource.
|
Copyright © 2018. All rights reserved.