Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetStageResult |
AbstractAmazonApiGateway.getStage(GetStageRequest request) |
GetStageResult |
AmazonApiGatewayClient.getStage(GetStageRequest getStageRequest)
Gets information about a Stage resource.
|
GetStageResult |
AmazonApiGateway.getStage(GetStageRequest getStageRequest)
Gets information about a Stage resource.
|
Modifier and Type | Method and Description |
---|---|
Future<GetStageResult> |
AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request) |
Future<GetStageResult> |
AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest)
Gets information about a Stage resource.
|
Future<GetStageResult> |
AbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request) |
Future<GetStageResult> |
AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
Future<GetStageResult> |
AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler)
Gets information about a Stage resource.
|
Future<GetStageResult> |
AbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetStageResult> |
AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
Future<GetStageResult> |
AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler)
Gets information about a Stage resource.
|
Future<GetStageResult> |
AbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetStageResult |
GetStageResult.addMethodSettingsEntry(String key,
MethodSetting value) |
GetStageResult |
GetStageResult.addVariablesEntry(String key,
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(Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
GetStageResult |
GetStageResult.withCacheClusterSize(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(String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
GetStageResult |
GetStageResult.withClientCertificateId(String clientCertificateId) |
GetStageResult |
GetStageResult.withCreatedDate(Date createdDate)
The date and time that the stage was created, in ISO 8601 format.
|
GetStageResult |
GetStageResult.withDeploymentId(String deploymentId)
The identifier of the Deployment that the stage points to.
|
GetStageResult |
GetStageResult.withDescription(String description)
The stage's description.
|
GetStageResult |
GetStageResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that information about the stage was last updated, in
ISO 8601 format.
|
GetStageResult |
GetStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
GetStageResult |
GetStageResult.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.
|
GetStageResult |
GetStageResult.withVariables(Map<String,String> variables)
A map that defines the stage variables for a Stage resource.
|
Copyright © 2018. All rights reserved.