| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Link |
Link.clone() |
Link |
UpdateLinkResult.getLink()
Information about the link.
|
Link |
DeleteLinkResult.getLink()
Information about the link.
|
Link |
CreateLinkResult.getLink()
Information about the link.
|
Link |
Link.withBandwidth(Bandwidth bandwidth)
The bandwidth for the link.
|
Link |
Link.withCreatedAt(Date createdAt)
The date and time that the link was created.
|
Link |
Link.withDescription(String description)
The description of the link.
|
Link |
Link.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
Link |
Link.withLinkArn(String linkArn)
The Amazon Resource Name (ARN) of the link.
|
Link |
Link.withLinkId(String linkId)
The ID of the link.
|
Link |
Link.withProvider(String provider)
The provider of the link.
|
Link |
Link.withSiteId(String siteId)
The ID of the site.
|
Link |
Link.withState(LinkState state)
The state of the link.
|
Link |
Link.withState(String state)
The state of the link.
|
Link |
Link.withTags(Collection<Tag> tags)
The tags for the link.
|
Link |
Link.withTags(Tag... tags)
The tags for the link.
|
Link |
Link.withType(String type)
The type of the link.
|
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
GetLinksResult.getLinks()
The links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLinkResult.setLink(Link link)
Information about the link.
|
void |
DeleteLinkResult.setLink(Link link)
Information about the link.
|
void |
CreateLinkResult.setLink(Link link)
Information about the link.
|
UpdateLinkResult |
UpdateLinkResult.withLink(Link link)
Information about the link.
|
DeleteLinkResult |
DeleteLinkResult.withLink(Link link)
Information about the link.
|
CreateLinkResult |
CreateLinkResult.withLink(Link link)
Information about the link.
|
GetLinksResult |
GetLinksResult.withLinks(Link... links)
The links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLinksResult.setLinks(Collection<Link> links)
The links.
|
GetLinksResult |
GetLinksResult.withLinks(Collection<Link> links)
The links.
|
Copyright © 2024. All rights reserved.