| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeploymentResponse> |
ProtonAsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Get detailed data for a deployment.
|
default GetDeploymentResponse |
ProtonClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Get detailed data for a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentRequest.Builder |
GetDeploymentRequest.builder() |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.componentName(String componentName)
The name of a component that you want to get the detailed data for.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.environmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.id(String id)
The ID of the deployment that you want to get the detailed data for.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.serviceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.serviceName(String serviceName)
The name of the service associated with the given deployment ID.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentRequest.Builder> |
GetDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.