Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayPolicyTableAssociation
-
Packages that use TransitGatewayPolicyTableAssociation Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TransitGatewayPolicyTableAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPolicyTableAssociation Modifier and Type Method Description TransitGatewayPolicyTableAssociationAssociateTransitGatewayPolicyTableResponse. association()Describes the association of a transit gateway and a transit gateway policy table.TransitGatewayPolicyTableAssociationDisassociateTransitGatewayPolicyTableResponse. association()Returns details about the transit gateway policy table disassociation.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayPolicyTableAssociation Modifier and Type Method Description List<TransitGatewayPolicyTableAssociation>GetTransitGatewayPolicyTableAssociationsResponse. associations()Returns details about the transit gateway policy table association.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayPolicyTableAssociation Modifier and Type Method Description AssociateTransitGatewayPolicyTableResponse.BuilderAssociateTransitGatewayPolicyTableResponse.Builder. association(TransitGatewayPolicyTableAssociation association)Describes the association of a transit gateway and a transit gateway policy table.DisassociateTransitGatewayPolicyTableResponse.BuilderDisassociateTransitGatewayPolicyTableResponse.Builder. association(TransitGatewayPolicyTableAssociation association)Returns details about the transit gateway policy table disassociation.GetTransitGatewayPolicyTableAssociationsResponse.BuilderGetTransitGatewayPolicyTableAssociationsResponse.Builder. associations(TransitGatewayPolicyTableAssociation... associations)Returns details about the transit gateway policy table association.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPolicyTableAssociation Modifier and Type Method Description GetTransitGatewayPolicyTableAssociationsResponse.BuilderGetTransitGatewayPolicyTableAssociationsResponse.Builder. associations(Collection<TransitGatewayPolicyTableAssociation> associations)Returns details about the transit gateway policy table association. -
Uses of TransitGatewayPolicyTableAssociation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TransitGatewayPolicyTableAssociation Modifier and Type Method Description SdkIterable<TransitGatewayPolicyTableAssociation>GetTransitGatewayPolicyTableAssociationsIterable. associations()Returns an iterable to iterate through the paginatedGetTransitGatewayPolicyTableAssociationsResponse.associations()member.SdkPublisher<TransitGatewayPolicyTableAssociation>GetTransitGatewayPolicyTableAssociationsPublisher. associations()Returns a publisher that can be used to get a stream of data.
-