| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse |
AppConfigClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Retrieve information about a configuration deployment.
|
default CompletableFuture<GetDeploymentResponse> |
AppConfigAsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Retrieve information about a configuration deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.applicationId(String applicationId)
The ID of the application that includes the deployment you want to get.
|
static GetDeploymentRequest.Builder |
GetDeploymentRequest.builder() |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.environmentId(String environmentId)
The ID of the environment that includes the deployment you want to get.
|
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 © 2020. All rights reserved.