| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentResult> |
AWSProtonAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AbstractAWSProtonAsync.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AWSProtonAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Get detailed data for a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest |
GetDeploymentRequest.clone() |
GetDeploymentRequest |
GetDeploymentRequest.withComponentName(String componentName)
The name of a component that you want to get the detailed data for.
|
GetDeploymentRequest |
GetDeploymentRequest.withEnvironmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
|
GetDeploymentRequest |
GetDeploymentRequest.withId(String id)
The ID of the deployment that you want to get the detailed data for.
|
GetDeploymentRequest |
GetDeploymentRequest.withServiceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID.
|
GetDeploymentRequest |
GetDeploymentRequest.withServiceName(String serviceName)
The name of the service associated with the given deployment ID.
|
Copyright © 2025. All rights reserved.