| 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<ListEnvironmentsResult> |
AbstractAWSProtonAsync.listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler) |
Future<ListEnvironmentsResult> |
AWSProtonAsyncClient.listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler) |
Future<ListEnvironmentsResult> |
AWSProtonAsync.listEnvironmentsAsync(ListEnvironmentsRequest listEnvironmentsRequest,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
List environments with detail data summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsRequest |
ListEnvironmentsRequest.clone() |
ListEnvironmentsRequest |
ListEnvironmentsRequest.withEnvironmentTemplates(Collection<EnvironmentTemplateFilter> environmentTemplates)
An array of the versions of the environment template.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withEnvironmentTemplates(EnvironmentTemplateFilter... environmentTemplates)
An array of the versions of the environment template.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withMaxResults(Integer maxResults)
The maximum number of environments to list.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withNextToken(String nextToken)
A token that indicates the location of the next environment in the array of environments, after the list of
environments that was previously requested.
|
Copyright © 2023. All rights reserved.