| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
AbstractAWSProton.listDeployments(ListDeploymentsRequest request) |
ListDeploymentsResult |
AWSProton.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
List deployments.
|
ListDeploymentsResult |
AWSProtonClient.listDeployments(ListDeploymentsRequest request)
List deployments.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentsResult> |
AbstractAWSProtonAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AWSProtonAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AWSProtonAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
List deployments.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.clone() |
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<DeploymentSummary> deployments)
An array of deployment with summary data.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(DeploymentSummary... deployments)
An array of deployment with summary data.
|
ListDeploymentsResult |
ListDeploymentsResult.withNextToken(String nextToken)
A token that indicates the location of the next deployment in the array of deployment, after the current
requested list of deployment.
|
Copyright © 2023. All rights reserved.