| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateStageResult> |
AmazonApiGatewayV2AsyncClient.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AbstractAmazonApiGatewayV2Async.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AmazonApiGatewayV2Async.updateStageAsync(UpdateStageRequest updateStageRequest,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
Updates a Stage.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStageRequest |
UpdateStageRequest.addRouteSettingsEntry(String key,
RouteSettings value) |
UpdateStageRequest |
UpdateStageRequest.addStageVariablesEntry(String key,
String value) |
UpdateStageRequest |
UpdateStageRequest.clearRouteSettingsEntries()
Removes all the entries added into RouteSettings.
|
UpdateStageRequest |
UpdateStageRequest.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
UpdateStageRequest |
UpdateStageRequest.clone() |
UpdateStageRequest |
UpdateStageRequest.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
UpdateStageRequest |
UpdateStageRequest.withApiId(String apiId)
The API identifier.
|
UpdateStageRequest |
UpdateStageRequest.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
|
UpdateStageRequest |
UpdateStageRequest.withDefaultRouteSettings(RouteSettings defaultRouteSettings)
The default route settings for the stage.
|
UpdateStageRequest |
UpdateStageRequest.withDeploymentId(String deploymentId)
The deployment identifier for the API stage.
|
UpdateStageRequest |
UpdateStageRequest.withDescription(String description)
The description for the API stage.
|
UpdateStageRequest |
UpdateStageRequest.withRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
|
UpdateStageRequest |
UpdateStageRequest.withStageName(String stageName)
The stage name.
|
UpdateStageRequest |
UpdateStageRequest.withStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a Stage.
|
Copyright © 2019. All rights reserved.