| 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<ListEnvironmentTemplatesResult> |
AWSProtonAsyncClient.listEnvironmentTemplatesAsync(ListEnvironmentTemplatesRequest request,
AsyncHandler<ListEnvironmentTemplatesRequest,ListEnvironmentTemplatesResult> asyncHandler) |
Future<ListEnvironmentTemplatesResult> |
AWSProtonAsync.listEnvironmentTemplatesAsync(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest,
AsyncHandler<ListEnvironmentTemplatesRequest,ListEnvironmentTemplatesResult> asyncHandler)
List environment templates.
|
Future<ListEnvironmentTemplatesResult> |
AbstractAWSProtonAsync.listEnvironmentTemplatesAsync(ListEnvironmentTemplatesRequest request,
AsyncHandler<ListEnvironmentTemplatesRequest,ListEnvironmentTemplatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentTemplatesRequest |
ListEnvironmentTemplatesRequest.clone() |
ListEnvironmentTemplatesRequest |
ListEnvironmentTemplatesRequest.withMaxResults(Integer maxResults)
The maximum number of environment templates to list.
|
ListEnvironmentTemplatesRequest |
ListEnvironmentTemplatesRequest.withNextToken(String nextToken)
A token that indicates the location of the next environment template in the array of environment templates, after
the list of environment templates that was previously requested.
|
Copyright © 2024. All rights reserved.