| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model | |
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
Link |
DeleteLinkResponse.link()
Information about the link.
|
Link |
CreateLinkResponse.link()
Information about the link.
|
Link |
UpdateLinkResponse.link()
Information about the link.
|
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
GetLinksResponse.links()
The links.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLinkResponse.Builder |
DeleteLinkResponse.Builder.link(Link link)
Information about the link.
|
CreateLinkResponse.Builder |
CreateLinkResponse.Builder.link(Link link)
Information about the link.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.link(Link link)
Information about the link.
|
GetLinksResponse.Builder |
GetLinksResponse.Builder.links(Link... links)
The links.
|
| Modifier and Type | Method and Description |
|---|---|
GetLinksResponse.Builder |
GetLinksResponse.Builder.links(Collection<Link> links)
The links.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Link> |
GetLinksPublisher.links()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Link> |
GetLinksIterable.links()
Returns an iterable to iterate through the paginated
GetLinksResponse.links() member. |
Copyright © 2023. All rights reserved.