| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetStageResult |
AbstractAmazonApiGatewayV2.getStage(GetStageRequest request) |
GetStageResult |
AmazonApiGatewayV2.getStage(GetStageRequest getStageRequest)
Gets a Stage.
|
GetStageResult |
AmazonApiGatewayV2Client.getStage(GetStageRequest request)
Gets a Stage.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetStageResult> |
AmazonApiGatewayV2AsyncClient.getStageAsync(GetStageRequest request) |
Future<GetStageResult> |
AmazonApiGatewayV2Async.getStageAsync(GetStageRequest getStageRequest)
Gets a Stage.
|
Future<GetStageResult> |
AbstractAmazonApiGatewayV2Async.getStageAsync(GetStageRequest request) |
Future<GetStageResult> |
AmazonApiGatewayV2AsyncClient.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
Future<GetStageResult> |
AmazonApiGatewayV2Async.getStageAsync(GetStageRequest getStageRequest,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler)
Gets a Stage.
|
Future<GetStageResult> |
AbstractAmazonApiGatewayV2Async.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetStageResult> |
AmazonApiGatewayV2AsyncClient.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
Future<GetStageResult> |
AmazonApiGatewayV2Async.getStageAsync(GetStageRequest getStageRequest,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler)
Gets a Stage.
|
Future<GetStageResult> |
AbstractAmazonApiGatewayV2Async.getStageAsync(GetStageRequest request,
AsyncHandler<GetStageRequest,GetStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetStageResult |
GetStageResult.addRouteSettingsEntry(String key,
RouteSettings value)
Add a single RouteSettings entry
|
GetStageResult |
GetStageResult.addStageVariablesEntry(String key,
String value)
Add a single StageVariables entry
|
GetStageResult |
GetStageResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetStageResult |
GetStageResult.clearRouteSettingsEntries()
Removes all the entries added into RouteSettings.
|
GetStageResult |
GetStageResult.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
GetStageResult |
GetStageResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetStageResult |
GetStageResult.clone() |
GetStageResult |
GetStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
GetStageResult |
GetStageResult.withApiGatewayManaged(Boolean apiGatewayManaged)
Specifies whether a stage is managed by API Gateway.
|
GetStageResult |
GetStageResult.withAutoDeploy(Boolean autoDeploy)
Specifies whether updates to an API automatically trigger a new deployment.
|
GetStageResult |
GetStageResult.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
|
GetStageResult |
GetStageResult.withCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
GetStageResult |
GetStageResult.withDefaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
|
GetStageResult |
GetStageResult.withDeploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
|
GetStageResult |
GetStageResult.withDescription(String description)
The description of the stage.
|
GetStageResult |
GetStageResult.withLastDeploymentStatusMessage(String lastDeploymentStatusMessage)
Describes the status of the last deployment of a stage.
|
GetStageResult |
GetStageResult.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage was last updated.
|
GetStageResult |
GetStageResult.withRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage, by routeKey.
|
GetStageResult |
GetStageResult.withStageName(String stageName)
The name of the stage.
|
GetStageResult |
GetStageResult.withStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource.
|
GetStageResult |
GetStageResult.withTags(Map<String,String> tags)
The collection of tags.
|
Copyright © 2024. All rights reserved.