| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model | |
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
LinkAssociation |
DisassociateLinkResponse.linkAssociation()
Information about the link association.
|
LinkAssociation |
AssociateLinkResponse.linkAssociation()
The link association.
|
| Modifier and Type | Method and Description |
|---|---|
List<LinkAssociation> |
GetLinkAssociationsResponse.linkAssociations()
The link associations.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateLinkResponse.Builder |
DisassociateLinkResponse.Builder.linkAssociation(LinkAssociation linkAssociation)
Information about the link association.
|
AssociateLinkResponse.Builder |
AssociateLinkResponse.Builder.linkAssociation(LinkAssociation linkAssociation)
The link association.
|
GetLinkAssociationsResponse.Builder |
GetLinkAssociationsResponse.Builder.linkAssociations(LinkAssociation... linkAssociations)
The link associations.
|
| Modifier and Type | Method and Description |
|---|---|
GetLinkAssociationsResponse.Builder |
GetLinkAssociationsResponse.Builder.linkAssociations(Collection<LinkAssociation> linkAssociations)
The link associations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LinkAssociation> |
GetLinkAssociationsPublisher.linkAssociations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LinkAssociation> |
GetLinkAssociationsIterable.linkAssociations()
Returns an iterable to iterate through the paginated
GetLinkAssociationsResponse.linkAssociations()
member. |
Copyright © 2022. All rights reserved.