Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayPolicyTableAssociation
Packages that use TransitGatewayPolicyTableAssociation
Package
Description
-
Uses of TransitGatewayPolicyTableAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPolicyTableAssociationModifier and TypeMethodDescriptionAssociateTransitGatewayPolicyTableResponse.association()Describes the association of a transit gateway and a transit gateway policy table.DisassociateTransitGatewayPolicyTableResponse.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 TransitGatewayPolicyTableAssociationModifier and TypeMethodDescriptionGetTransitGatewayPolicyTableAssociationsResponse.associations()Returns details about the transit gateway policy table association.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayPolicyTableAssociationModifier and TypeMethodDescriptionAssociateTransitGatewayPolicyTableResponse.Builder.association(TransitGatewayPolicyTableAssociation association) Describes the association of a transit gateway and a transit gateway policy table.DisassociateTransitGatewayPolicyTableResponse.Builder.association(TransitGatewayPolicyTableAssociation association) Returns details about the transit gateway policy table disassociation.GetTransitGatewayPolicyTableAssociationsResponse.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 TransitGatewayPolicyTableAssociationModifier and TypeMethodDescriptionGetTransitGatewayPolicyTableAssociationsResponse.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 TransitGatewayPolicyTableAssociationModifier and TypeMethodDescriptionGetTransitGatewayPolicyTableAssociationsIterable.associations()Returns an iterable to iterate through the paginatedGetTransitGatewayPolicyTableAssociationsResponse.associations()member.GetTransitGatewayPolicyTableAssociationsPublisher.associations()Returns a publisher that can be used to get a stream of data.