| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
LinkAssociation |
LinkAssociation.clone() |
LinkAssociation |
DisassociateLinkResult.getLinkAssociation()
Information about the link association.
|
LinkAssociation |
AssociateLinkResult.getLinkAssociation()
The link association.
|
LinkAssociation |
LinkAssociation.withDeviceId(String deviceId)
The device ID for the link association.
|
LinkAssociation |
LinkAssociation.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
LinkAssociation |
LinkAssociation.withLinkAssociationState(LinkAssociationState linkAssociationState)
The state of the association.
|
LinkAssociation |
LinkAssociation.withLinkAssociationState(String linkAssociationState)
The state of the association.
|
LinkAssociation |
LinkAssociation.withLinkId(String linkId)
The ID of the link.
|
| Modifier and Type | Method and Description |
|---|---|
List<LinkAssociation> |
GetLinkAssociationsResult.getLinkAssociations()
The link associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateLinkResult.setLinkAssociation(LinkAssociation linkAssociation)
Information about the link association.
|
void |
AssociateLinkResult.setLinkAssociation(LinkAssociation linkAssociation)
The link association.
|
DisassociateLinkResult |
DisassociateLinkResult.withLinkAssociation(LinkAssociation linkAssociation)
Information about the link association.
|
AssociateLinkResult |
AssociateLinkResult.withLinkAssociation(LinkAssociation linkAssociation)
The link association.
|
GetLinkAssociationsResult |
GetLinkAssociationsResult.withLinkAssociations(LinkAssociation... linkAssociations)
The link associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLinkAssociationsResult.setLinkAssociations(Collection<LinkAssociation> linkAssociations)
The link associations.
|
GetLinkAssociationsResult |
GetLinkAssociationsResult.withLinkAssociations(Collection<LinkAssociation> linkAssociations)
The link associations.
|
Copyright © 2023. All rights reserved.