| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateStageResult |
AmazonApiGatewayV2.updateStage(UpdateStageRequest updateStageRequest)
Updates a Stage.
|
UpdateStageResult |
AbstractAmazonApiGatewayV2.updateStage(UpdateStageRequest request) |
UpdateStageResult |
AmazonApiGatewayV2Client.updateStage(UpdateStageRequest request)
Updates a Stage.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateStageResult> |
AbstractAmazonApiGatewayV2Async.updateStageAsync(UpdateStageRequest request) |
Future<UpdateStageResult> |
AmazonApiGatewayV2AsyncClient.updateStageAsync(UpdateStageRequest request) |
Future<UpdateStageResult> |
AmazonApiGatewayV2Async.updateStageAsync(UpdateStageRequest updateStageRequest)
Updates a Stage.
|
Future<UpdateStageResult> |
AbstractAmazonApiGatewayV2Async.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AmazonApiGatewayV2AsyncClient.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> |
AbstractAmazonApiGatewayV2Async.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AmazonApiGatewayV2AsyncClient.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)
Add a single RouteSettings entry
|
UpdateStageResult |
UpdateStageResult.addStageVariablesEntry(String key,
String value)
Add a single StageVariables entry
|
UpdateStageResult |
UpdateStageResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateStageResult |
UpdateStageResult.clearRouteSettingsEntries()
Removes all the entries added into RouteSettings.
|
UpdateStageResult |
UpdateStageResult.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
UpdateStageResult |
UpdateStageResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateStageResult |
UpdateStageResult.clone() |
UpdateStageResult |
UpdateStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
UpdateStageResult |
UpdateStageResult.withApiGatewayManaged(Boolean apiGatewayManaged)
Specifies whether a stage is managed by API Gateway.
|
UpdateStageResult |
UpdateStageResult.withAutoDeploy(Boolean autoDeploy)
Specifies whether updates to an API automatically trigger a new deployment.
|
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.withLastDeploymentStatusMessage(String lastDeploymentStatusMessage)
Describes the status of the last deployment of a 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, by routeKey.
|
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.
|
UpdateStageResult |
UpdateStageResult.withTags(Map<String,String> tags)
The collection of tags.
|
Copyright © 2021. All rights reserved.