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