| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectPeer |
ConnectPeer.clone() |
ConnectPeer |
DeleteConnectPeerResult.getConnectPeer()
Information about the deleted Connect peer.
|
ConnectPeer |
CreateConnectPeerResult.getConnectPeer()
The response to the request.
|
ConnectPeer |
GetConnectPeerResult.getConnectPeer()
Returns information about a core network Connect peer.
|
ConnectPeer |
ConnectPeer.withConfiguration(ConnectPeerConfiguration configuration)
The configuration of the Connect peer.
|
ConnectPeer |
ConnectPeer.withConnectAttachmentId(String connectAttachmentId)
The ID of the attachment to connect.
|
ConnectPeer |
ConnectPeer.withConnectPeerId(String connectPeerId)
The ID of the Connect peer.
|
ConnectPeer |
ConnectPeer.withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
ConnectPeer |
ConnectPeer.withCreatedAt(Date createdAt)
The timestamp when the Connect peer was created.
|
ConnectPeer |
ConnectPeer.withEdgeLocation(String edgeLocation)
The Connect peer Regions where edges are located.
|
ConnectPeer |
ConnectPeer.withState(ConnectPeerState state)
The state of the Connect peer.
|
ConnectPeer |
ConnectPeer.withState(String state)
The state of the Connect peer.
|
ConnectPeer |
ConnectPeer.withTags(Collection<Tag> tags)
The list of key-value tags associated with the Connect peer.
|
ConnectPeer |
ConnectPeer.withTags(Tag... tags)
The list of key-value tags associated with the Connect peer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteConnectPeerResult.setConnectPeer(ConnectPeer connectPeer)
Information about the deleted Connect peer.
|
void |
CreateConnectPeerResult.setConnectPeer(ConnectPeer connectPeer)
The response to the request.
|
void |
GetConnectPeerResult.setConnectPeer(ConnectPeer connectPeer)
Returns information about a core network Connect peer.
|
DeleteConnectPeerResult |
DeleteConnectPeerResult.withConnectPeer(ConnectPeer connectPeer)
Information about the deleted Connect peer.
|
CreateConnectPeerResult |
CreateConnectPeerResult.withConnectPeer(ConnectPeer connectPeer)
The response to the request.
|
GetConnectPeerResult |
GetConnectPeerResult.withConnectPeer(ConnectPeer connectPeer)
Returns information about a core network Connect peer.
|
Copyright © 2023. All rights reserved.