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