Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayAssociation
-
Packages that use TransitGatewayAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAssociation Modifier and Type Method Description TransitGatewayAssociationAssociateTransitGatewayRouteTableResponse. association()The ID of the association.TransitGatewayAssociationDisassociateTransitGatewayRouteTableResponse. association()Information about the association.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayAssociation Modifier and Type Method Description AssociateTransitGatewayRouteTableResponse.BuilderAssociateTransitGatewayRouteTableResponse.Builder. association(TransitGatewayAssociation association)The ID of the association.DisassociateTransitGatewayRouteTableResponse.BuilderDisassociateTransitGatewayRouteTableResponse.Builder. association(TransitGatewayAssociation association)Information about the association.
-