| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| 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 |
|---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withApiId(String apiId)
The API identifier.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDescription(String description)
The description for the deployment resource.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withStageName(String stageName)
The name of the Stage resource for the Deployment resource to create.
|
Copyright © 2024. All rights reserved.