| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
default StopDeploymentResponse |
AppConfigClient.stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)
Stops a deployment.
|
default CompletableFuture<StopDeploymentResponse> |
AppConfigAsyncClient.stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)
Stops a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.applicationId(String applicationId)
The application ID.
|
static StopDeploymentRequest.Builder |
StopDeploymentRequest.builder() |
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.environmentId(String environmentId)
The environment ID.
|
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopDeploymentRequest.Builder |
StopDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopDeploymentRequest.Builder> |
StopDeploymentRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.