| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse |
ApiGatewayClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets information about a Deployment resource.
|
default CompletableFuture<GetDeploymentResponse> |
ApiGatewayAsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets information about a Deployment resource.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentRequest.Builder |
GetDeploymentRequest.builder() |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.deploymentId(String deploymentId)
The identifier of the Deployment resource to get information about.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.embed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.embed(String... embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentRequest.Builder> |
GetDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.