| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDeploymentResult> |
AbstractAmazonApiGatewayV2Async.updateDeploymentAsync(UpdateDeploymentRequest request,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler) |
Future<UpdateDeploymentResult> |
AmazonApiGatewayV2AsyncClient.updateDeploymentAsync(UpdateDeploymentRequest request,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler) |
Future<UpdateDeploymentResult> |
AmazonApiGatewayV2Async.updateDeploymentAsync(UpdateDeploymentRequest updateDeploymentRequest,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler)
Updates a Deployment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentRequest |
UpdateDeploymentRequest.clone() |
UpdateDeploymentRequest |
UpdateDeploymentRequest.withApiId(String apiId)
The API identifier.
|
UpdateDeploymentRequest |
UpdateDeploymentRequest.withDeploymentId(String deploymentId)
The deployment ID.
|
UpdateDeploymentRequest |
UpdateDeploymentRequest.withDescription(String description)
The description for the deployment resource.
|
Copyright © 2021. All rights reserved.