| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResult |
AbstractAmazonApiGatewayV2.getDeployment(GetDeploymentRequest request) |
GetDeploymentResult |
AmazonApiGatewayV2Client.getDeployment(GetDeploymentRequest request)
Gets a Deployment.
|
GetDeploymentResult |
AmazonApiGatewayV2.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets a Deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentResult> |
AmazonApiGatewayV2AsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AmazonApiGatewayV2Async.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets a Deployment.
|
Future<GetDeploymentResult> |
AbstractAmazonApiGatewayV2Async.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResult |
GetDeploymentResult.clone() |
GetDeploymentResult |
GetDeploymentResult.withAutoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
|
GetDeploymentResult |
GetDeploymentResult.withCreatedDate(Date createdDate)
The date and time when the Deployment resource was created.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentId(String deploymentId)
The identifier for the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
|
GetDeploymentResult |
GetDeploymentResult.withDescription(String description)
The description for the deployment.
|
Copyright © 2020. All rights reserved.