Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetStageResult |
AmazonApiGatewayClient.getStage(GetStageRequest getStageRequest)
Gets information about a Stage resource.
|
GetStageResult |
AmazonApiGateway.getStage(GetStageRequest getStageRequest)
Gets information about a Stage resource.
|
GetStageResult |
AbstractAmazonApiGateway.getStage(GetStageRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetStageResult> |
AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request) |
java.util.concurrent.Future<GetStageResult> |
AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest)
Gets information about a Stage resource.
|
java.util.concurrent.Future<GetStageResult> |
AbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request) |
java.util.concurrent.Future<GetStageResult> |
AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
java.util.concurrent.Future<GetStageResult> |
AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler)
Gets information about a Stage resource.
|
java.util.concurrent.Future<GetStageResult> |
AbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetStageResult> |
AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
java.util.concurrent.Future<GetStageResult> |
AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler)
Gets information about a Stage resource.
|
java.util.concurrent.Future<GetStageResult> |
AbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetStageResult |
GetStageResult.addMethodSettingsEntry(java.lang.String key,
MethodSetting value) |
GetStageResult |
GetStageResult.addVariablesEntry(java.lang.String key,
java.lang.String value) |
GetStageResult |
GetStageResult.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.
|
GetStageResult |
GetStageResult.clearVariablesEntries()
Removes all the entries added into Variables.
|
GetStageResult |
GetStageResult.clone() |
GetStageResult |
GetStageResult.withCacheClusterEnabled(java.lang.Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
GetStageResult |
GetStageResult.withCacheClusterSize(java.lang.String cacheClusterSize)
The size 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.
|
GetStageResult |
GetStageResult.withCacheClusterStatus(java.lang.String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
GetStageResult |
GetStageResult.withClientCertificateId(java.lang.String clientCertificateId) |
GetStageResult |
GetStageResult.withCreatedDate(java.util.Date createdDate)
The date and time that the stage was created, in ISO 8601 format.
|
GetStageResult |
GetStageResult.withDeploymentId(java.lang.String deploymentId)
The identifier of the Deployment that the stage points to.
|
GetStageResult |
GetStageResult.withDescription(java.lang.String description)
The stage's description.
|
GetStageResult |
GetStageResult.withLastUpdatedDate(java.util.Date lastUpdatedDate)
The date and time that information about the stage was last updated, in
ISO 8601 format.
|
GetStageResult |
GetStageResult.withMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
GetStageResult |
GetStageResult.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.
|
GetStageResult |
GetStageResult.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 |
---|---|
GetStageResult |
GetStageResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |