| 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<ListServiceInstancesResult> |
AWSProtonAsync.listServiceInstancesAsync(ListServiceInstancesRequest listServiceInstancesRequest,
AsyncHandler<ListServiceInstancesRequest,ListServiceInstancesResult> asyncHandler)
List service instances with summaries of detail data.
|
Future<ListServiceInstancesResult> |
AWSProtonAsyncClient.listServiceInstancesAsync(ListServiceInstancesRequest request,
AsyncHandler<ListServiceInstancesRequest,ListServiceInstancesResult> asyncHandler) |
Future<ListServiceInstancesResult> |
AbstractAWSProtonAsync.listServiceInstancesAsync(ListServiceInstancesRequest request,
AsyncHandler<ListServiceInstancesRequest,ListServiceInstancesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstancesRequest |
ListServiceInstancesRequest.clone() |
ListServiceInstancesRequest |
ListServiceInstancesRequest.withMaxResults(Integer maxResults)
The maximum number of service instances to list.
|
ListServiceInstancesRequest |
ListServiceInstancesRequest.withNextToken(String nextToken)
A token to indicate the location of the next service in the array of service instances, after the list of service
instances that was previously requested.
|
ListServiceInstancesRequest |
ListServiceInstancesRequest.withServiceName(String serviceName)
The name of the service that the service instance belongs to.
|
Copyright © 2021. All rights reserved.