| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentResult |
AbstractAmazonApiGatewayV2.updateDeployment(UpdateDeploymentRequest request) |
UpdateDeploymentResult |
AmazonApiGatewayV2.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Updates a Deployment.
|
UpdateDeploymentResult |
AmazonApiGatewayV2Client.updateDeployment(UpdateDeploymentRequest request)
Updates a Deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDeploymentResult> |
AmazonApiGatewayV2AsyncClient.updateDeploymentAsync(UpdateDeploymentRequest request,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler) |
Future<UpdateDeploymentResult> |
AbstractAmazonApiGatewayV2Async.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 |
|---|---|
UpdateDeploymentResult |
UpdateDeploymentResult.clone() |
UpdateDeploymentResult |
UpdateDeploymentResult.withCreatedDate(Date createdDate)
The date and time when the Deployment resource was created.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withDeploymentId(String deploymentId)
The identifier for the deployment.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withDeploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withDeploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withDescription(String description)
The description for the deployment.
|
Copyright © 2019. All rights reserved.