| Package | Description |
|---|---|
| software.amazon.awssdk.services.oam.model | |
| software.amazon.awssdk.services.oam.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListSinksItem> |
ListSinksResponse.items()
An array of structures that contain the information about the returned sinks.
|
| Modifier and Type | Method and Description |
|---|---|
ListSinksResponse.Builder |
ListSinksResponse.Builder.items(ListSinksItem... items)
An array of structures that contain the information about the returned sinks.
|
| Modifier and Type | Method and Description |
|---|---|
ListSinksResponse.Builder |
ListSinksResponse.Builder.items(Collection<ListSinksItem> items)
An array of structures that contain the information about the returned sinks.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListSinksItem> |
ListSinksPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListSinksItem> |
ListSinksIterable.items()
Returns an iterable to iterate through the paginated
ListSinksResponse.items() member. |
Copyright © 2023. All rights reserved.