| 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<ListComponentsResult> |
AbstractAWSProtonAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSProtonAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
List components with summary data.
|
Future<ListComponentsResult> |
AWSProtonAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsRequest |
ListComponentsRequest.clone() |
ListComponentsRequest |
ListComponentsRequest.withEnvironmentName(String environmentName)
The name of an environment for result list filtering.
|
ListComponentsRequest |
ListComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of components to list.
|
ListComponentsRequest |
ListComponentsRequest.withNextToken(String nextToken)
A token that indicates the location of the next component in the array of components, after the list of
components that was previously requested.
|
ListComponentsRequest |
ListComponentsRequest.withServiceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering.
|
ListComponentsRequest |
ListComponentsRequest.withServiceName(String serviceName)
The name of a service for result list filtering.
|
Copyright © 2024. All rights reserved.