| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2 |
Amazon API Gateway V2
|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse |
ApiGatewayV2Client.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets a Deployment.
|
default CompletableFuture<GetDeploymentResponse> |
ApiGatewayV2AsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets a Deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.apiId(String apiId)
The API identifier.
|
static GetDeploymentRequest.Builder |
GetDeploymentRequest.builder() |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.deploymentId(String deploymentId)
The deployment ID.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentRequest.Builder> |
GetDeploymentRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.