| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
AWSProtonClient.listComponents(ListComponentsRequest request)
List components with summary data.
|
ListComponentsResult |
AbstractAWSProton.listComponents(ListComponentsRequest request) |
ListComponentsResult |
AWSProton.listComponents(ListComponentsRequest listComponentsRequest)
List components with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AbstractAWSProtonAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSProtonAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSProtonAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
List components with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.clone() |
ListComponentsResult |
ListComponentsResult.withComponents(Collection<ComponentSummary> components)
An array of components with summary data.
|
ListComponentsResult |
ListComponentsResult.withComponents(ComponentSummary... components)
An array of components with summary data.
|
ListComponentsResult |
ListComponentsResult.withNextToken(String nextToken)
A token that indicates the location of the next component in the array of components, after the current requested
list of components.
|
Copyright © 2025. All rights reserved.