| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the AWS Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListServicesResult> |
AWSProtonAsyncClient.listServicesAsync(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler) |
Future<ListServicesResult> |
AbstractAWSProtonAsync.listServicesAsync(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler) |
Future<ListServicesResult> |
AWSProtonAsync.listServicesAsync(ListServicesRequest listServicesRequest,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)
List services with summaries of detail data.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesRequest |
ListServicesRequest.clone() |
ListServicesRequest |
ListServicesRequest.withMaxResults(Integer maxResults)
The maximum number of services to list.
|
ListServicesRequest |
ListServicesRequest.withNextToken(String nextToken)
A token to indicate the location of the next service in the array of services, after the list of services that
was previously requested.
|
Copyright © 2021. All rights reserved.