| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetStageResult |
AmazonApiGatewayClient.getStage(GetStageRequest request)
Gets information about a Stage resource.
|
GetStageResult |
AbstractAmazonApiGateway.getStage(GetStageRequest request) |
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)
Add a single MethodSettings entry
|
GetStageResult |
GetStageResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetStageResult |
GetStageResult.addVariablesEntry(String key,
String value)
Add a single Variables entry
|
GetStageResult |
GetStageResult.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.
|
GetStageResult |
GetStageResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetStageResult |
GetStageResult.clearVariablesEntries()
Removes all the entries added into Variables.
|
GetStageResult |
GetStageResult.clone() |
GetStageResult |
GetStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
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.withCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
GetStageResult |
GetStageResult.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for an API stage.
|
GetStageResult |
GetStageResult.withCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
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.withDocumentationVersion(String documentationVersion)
The version of the associated API documentation.
|
GetStageResult |
GetStageResult.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage last updated.
|
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 API
Gateway.
|
GetStageResult |
GetStageResult.withTags(Map<String,String> tags)
The collection of tags.
|
GetStageResult |
GetStageResult.withTracingEnabled(Boolean tracingEnabled)
Specifies whether active tracing with X-ray is enabled for the Stage.
|
GetStageResult |
GetStageResult.withVariables(Map<String,String> variables)
A map that defines the stage variables for a Stage resource.
|
GetStageResult |
GetStageResult.withWebAclArn(String webAclArn)
The ARN of the WebAcl associated with the Stage.
|
Copyright © 2022. All rights reserved.