| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CoreNetwork |
CoreNetwork.clone() |
CoreNetwork |
UpdateCoreNetworkResult.getCoreNetwork()
Returns information about a core network update.
|
CoreNetwork |
GetCoreNetworkResult.getCoreNetwork()
Details about a core network.
|
CoreNetwork |
DeleteCoreNetworkResult.getCoreNetwork()
Information about the deleted core network.
|
CoreNetwork |
CreateCoreNetworkResult.getCoreNetwork()
Returns details about a core network.
|
CoreNetwork |
CoreNetwork.withCoreNetworkArn(String coreNetworkArn)
The ARN of a core network.
|
CoreNetwork |
CoreNetwork.withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
CoreNetwork |
CoreNetwork.withCreatedAt(Date createdAt)
The timestamp when a core network was created.
|
CoreNetwork |
CoreNetwork.withDescription(String description)
The description of a core network.
|
CoreNetwork |
CoreNetwork.withEdges(Collection<CoreNetworkEdge> edges)
The edges within a core network.
|
CoreNetwork |
CoreNetwork.withEdges(CoreNetworkEdge... edges)
The edges within a core network.
|
CoreNetwork |
CoreNetwork.withGlobalNetworkId(String globalNetworkId)
The ID of the global network that your core network is a part of.
|
CoreNetwork |
CoreNetwork.withSegments(Collection<CoreNetworkSegment> segments)
The segments within a core network.
|
CoreNetwork |
CoreNetwork.withSegments(CoreNetworkSegment... segments)
The segments within a core network.
|
CoreNetwork |
CoreNetwork.withState(CoreNetworkState state)
The current state of a core network.
|
CoreNetwork |
CoreNetwork.withState(String state)
The current state of a core network.
|
CoreNetwork |
CoreNetwork.withTags(Collection<Tag> tags)
The list of key-value tags associated with a core network.
|
CoreNetwork |
CoreNetwork.withTags(Tag... tags)
The list of key-value tags associated with a core network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCoreNetworkResult.setCoreNetwork(CoreNetwork coreNetwork)
Returns information about a core network update.
|
void |
GetCoreNetworkResult.setCoreNetwork(CoreNetwork coreNetwork)
Details about a core network.
|
void |
DeleteCoreNetworkResult.setCoreNetwork(CoreNetwork coreNetwork)
Information about the deleted core network.
|
void |
CreateCoreNetworkResult.setCoreNetwork(CoreNetwork coreNetwork)
Returns details about a core network.
|
UpdateCoreNetworkResult |
UpdateCoreNetworkResult.withCoreNetwork(CoreNetwork coreNetwork)
Returns information about a core network update.
|
GetCoreNetworkResult |
GetCoreNetworkResult.withCoreNetwork(CoreNetwork coreNetwork)
Details about a core network.
|
DeleteCoreNetworkResult |
DeleteCoreNetworkResult.withCoreNetwork(CoreNetwork coreNetwork)
Information about the deleted core network.
|
CreateCoreNetworkResult |
CreateCoreNetworkResult.withCoreNetwork(CoreNetwork coreNetwork)
Returns details about a core network.
|
Copyright © 2023. All rights reserved.