| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
AssociatedGateway |
AssociatedGateway.clone() |
AssociatedGateway |
DirectConnectGatewayAssociation.getAssociatedGateway()
Information about the associated gateway.
|
AssociatedGateway |
DirectConnectGatewayAssociationProposal.getAssociatedGateway()
Information about the associated gateway.
|
AssociatedGateway |
AssociatedGateway.withId(String id)
The ID of the associated gateway.
|
AssociatedGateway |
AssociatedGateway.withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the associated virtual private gateway or transit gateway.
|
AssociatedGateway |
AssociatedGateway.withRegion(String region)
The Region where the associated gateway is located.
|
AssociatedGateway |
AssociatedGateway.withType(GatewayType type)
The type of associated gateway.
|
AssociatedGateway |
AssociatedGateway.withType(String type)
The type of associated gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectConnectGatewayAssociation.setAssociatedGateway(AssociatedGateway associatedGateway)
Information about the associated gateway.
|
void |
DirectConnectGatewayAssociationProposal.setAssociatedGateway(AssociatedGateway associatedGateway)
Information about the associated gateway.
|
DirectConnectGatewayAssociation |
DirectConnectGatewayAssociation.withAssociatedGateway(AssociatedGateway associatedGateway)
Information about the associated gateway.
|
DirectConnectGatewayAssociationProposal |
DirectConnectGatewayAssociationProposal.withAssociatedGateway(AssociatedGateway associatedGateway)
Information about the associated gateway.
|
Copyright © 2020. All rights reserved.