| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model | |
| software.amazon.awssdk.services.proton.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentSummary> |
ListComponentsResponse.components()
An array of components with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
ListComponentsResponse.Builder.components(ComponentSummary... components)
An array of components with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
ListComponentsResponse.Builder.components(Collection<ComponentSummary> components)
An array of components with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ComponentSummary> |
ListComponentsPublisher.components()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ComponentSummary> |
ListComponentsIterable.components()
Returns an iterable to iterate through the paginated
ListComponentsResponse.components() member. |
Copyright © 2023. All rights reserved.