| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Peering |
Peering.clone() |
Peering |
TransitGatewayPeering.getPeering()
Describes a transit gateway peer connection.
|
Peering |
DeletePeeringResult.getPeering()
Information about a deleted peering connection.
|
Peering |
Peering.withCoreNetworkArn(String coreNetworkArn)
The ARN of a core network.
|
Peering |
Peering.withCoreNetworkId(String coreNetworkId)
The ID of the core network for the peering request.
|
Peering |
Peering.withCreatedAt(Date createdAt)
The timestamp when the attachment peer was created.
|
Peering |
Peering.withEdgeLocation(String edgeLocation)
The edge location for the peer.
|
Peering |
Peering.withLastModificationErrors(Collection<PeeringError> lastModificationErrors)
Describes the error associated with the Connect peer request.
|
Peering |
Peering.withLastModificationErrors(PeeringError... lastModificationErrors)
Describes the error associated with the Connect peer request.
|
Peering |
Peering.withOwnerAccountId(String ownerAccountId)
The ID of the account owner.
|
Peering |
Peering.withPeeringId(String peeringId)
The ID of the peering attachment.
|
Peering |
Peering.withPeeringType(PeeringType peeringType)
The type of peering.
|
Peering |
Peering.withPeeringType(String peeringType)
The type of peering.
|
Peering |
Peering.withResourceArn(String resourceArn)
The resource ARN of the peer.
|
Peering |
Peering.withState(PeeringState state)
The current state of the peering connection.
|
Peering |
Peering.withState(String state)
The current state of the peering connection.
|
Peering |
Peering.withTags(Collection<Tag> tags)
The list of key-value tags associated with the peering.
|
Peering |
Peering.withTags(Tag... tags)
The list of key-value tags associated with the peering.
|
| Modifier and Type | Method and Description |
|---|---|
List<Peering> |
ListPeeringsResult.getPeerings()
Lists the transit gateway peerings for the
ListPeerings request. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransitGatewayPeering.setPeering(Peering peering)
Describes a transit gateway peer connection.
|
void |
DeletePeeringResult.setPeering(Peering peering)
Information about a deleted peering connection.
|
TransitGatewayPeering |
TransitGatewayPeering.withPeering(Peering peering)
Describes a transit gateway peer connection.
|
DeletePeeringResult |
DeletePeeringResult.withPeering(Peering peering)
Information about a deleted peering connection.
|
ListPeeringsResult |
ListPeeringsResult.withPeerings(Peering... peerings)
Lists the transit gateway peerings for the
ListPeerings request. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPeeringsResult.setPeerings(Collection<Peering> peerings)
Lists the transit gateway peerings for the
ListPeerings request. |
ListPeeringsResult |
ListPeeringsResult.withPeerings(Collection<Peering> peerings)
Lists the transit gateway peerings for the
ListPeerings request. |
Copyright © 2025. All rights reserved.