| 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<ListDeploymentsResult> |
AWSProtonAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AbstractAWSProtonAsync.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 |
|---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.clone() |
ListDeploymentsRequest |
ListDeploymentsRequest.withComponentName(String componentName)
The name of a component for result list filtering.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withEnvironmentName(String environmentName)
The name of an environment for result list filtering.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withMaxResults(Integer maxResults)
The maximum number of deployments to list.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withNextToken(String nextToken)
A token that indicates the location of the next deployment in the array of deployment, after the list of
deployment that was previously requested.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withServiceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withServiceName(String serviceName)
The name of a service for result list filtering.
|
Copyright © 2024. All rights reserved.