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