| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayPolicyTableAssociation |
TransitGatewayPolicyTableAssociation.clone() |
TransitGatewayPolicyTableAssociation |
DisassociateTransitGatewayPolicyTableResult.getAssociation()
Returns details about the transit gateway policy table disassociation.
|
TransitGatewayPolicyTableAssociation |
AssociateTransitGatewayPolicyTableResult.getAssociation()
Describes the association of a transit gateway and a transit gateway policy table.
|
TransitGatewayPolicyTableAssociation |
TransitGatewayPolicyTableAssociation.withResourceId(String resourceId)
The resource ID of the transit gateway attachment.
|
TransitGatewayPolicyTableAssociation |
TransitGatewayPolicyTableAssociation.withResourceType(String resourceType)
The resource type for the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation |
TransitGatewayPolicyTableAssociation.withResourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type for the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation |
TransitGatewayPolicyTableAssociation.withState(String state)
The state of the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation |
TransitGatewayPolicyTableAssociation.withState(TransitGatewayAssociationState state)
The state of the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation |
TransitGatewayPolicyTableAssociation.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
|
TransitGatewayPolicyTableAssociation |
TransitGatewayPolicyTableAssociation.withTransitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransitGatewayPolicyTableAssociation> |
GetTransitGatewayPolicyTableAssociationsResult.getAssociations()
Returns details about the transit gateway policy table association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateTransitGatewayPolicyTableResult.setAssociation(TransitGatewayPolicyTableAssociation association)
Returns details about the transit gateway policy table disassociation.
|
void |
AssociateTransitGatewayPolicyTableResult.setAssociation(TransitGatewayPolicyTableAssociation association)
Describes the association of a transit gateway and a transit gateway policy table.
|
DisassociateTransitGatewayPolicyTableResult |
DisassociateTransitGatewayPolicyTableResult.withAssociation(TransitGatewayPolicyTableAssociation association)
Returns details about the transit gateway policy table disassociation.
|
AssociateTransitGatewayPolicyTableResult |
AssociateTransitGatewayPolicyTableResult.withAssociation(TransitGatewayPolicyTableAssociation association)
Describes the association of a transit gateway and a transit gateway policy table.
|
GetTransitGatewayPolicyTableAssociationsResult |
GetTransitGatewayPolicyTableAssociationsResult.withAssociations(TransitGatewayPolicyTableAssociation... associations)
Returns details about the transit gateway policy table association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTransitGatewayPolicyTableAssociationsResult.setAssociations(Collection<TransitGatewayPolicyTableAssociation> associations)
Returns details about the transit gateway policy table association.
|
GetTransitGatewayPolicyTableAssociationsResult |
GetTransitGatewayPolicyTableAssociationsResult.withAssociations(Collection<TransitGatewayPolicyTableAssociation> associations)
Returns details about the transit gateway policy table association.
|
Copyright © 2022. All rights reserved.