| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateStageResult |
AbstractAmazonApiGatewayV2.updateStage(UpdateStageRequest request) |
UpdateStageResult |
AmazonApiGatewayV2.updateStage(UpdateStageRequest updateStageRequest)
Updates a Stage.
|
UpdateStageResult |
AmazonApiGatewayV2Client.updateStage(UpdateStageRequest request)
Updates a Stage.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateStageResult> |
AmazonApiGatewayV2AsyncClient.updateStageAsync(UpdateStageRequest request) |
Future<UpdateStageResult> |
AbstractAmazonApiGatewayV2Async.updateStageAsync(UpdateStageRequest request) |
Future<UpdateStageResult> |
AmazonApiGatewayV2Async.updateStageAsync(UpdateStageRequest updateStageRequest)
Updates a Stage.
|
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 |
|---|---|
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 |
|---|---|
UpdateStageResult |
UpdateStageResult.addRouteSettingsEntry(String key,
RouteSettings value) |
UpdateStageResult |
UpdateStageResult.addStageVariablesEntry(String key,
String value) |
UpdateStageResult |
UpdateStageResult.clearRouteSettingsEntries()
Removes all the entries added into RouteSettings.
|
UpdateStageResult |
UpdateStageResult.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
UpdateStageResult |
UpdateStageResult.clone() |
UpdateStageResult |
UpdateStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
UpdateStageResult |
UpdateStageResult.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
|
UpdateStageResult |
UpdateStageResult.withCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
UpdateStageResult |
UpdateStageResult.withDefaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
|
UpdateStageResult |
UpdateStageResult.withDeploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
|
UpdateStageResult |
UpdateStageResult.withDescription(String description)
The description of the stage.
|
UpdateStageResult |
UpdateStageResult.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage was last updated.
|
UpdateStageResult |
UpdateStageResult.withRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
|
UpdateStageResult |
UpdateStageResult.withStageName(String stageName)
The name of the stage.
|
UpdateStageResult |
UpdateStageResult.withStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource.
|
Copyright © 2019. All rights reserved.