Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateTransitGatewayPolicyTableResponse.Builder
-
Packages that use AssociateTransitGatewayPolicyTableResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AssociateTransitGatewayPolicyTableResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateTransitGatewayPolicyTableResponse.Builder Modifier and Type Method Description default AssociateTransitGatewayPolicyTableResponse.BuilderAssociateTransitGatewayPolicyTableResponse.Builder. association(Consumer<TransitGatewayPolicyTableAssociation.Builder> association)Describes the association of a transit gateway and a transit gateway policy table.AssociateTransitGatewayPolicyTableResponse.BuilderAssociateTransitGatewayPolicyTableResponse.Builder. association(TransitGatewayPolicyTableAssociation association)Describes the association of a transit gateway and a transit gateway policy table.static AssociateTransitGatewayPolicyTableResponse.BuilderAssociateTransitGatewayPolicyTableResponse. builder()AssociateTransitGatewayPolicyTableResponse.BuilderAssociateTransitGatewayPolicyTableResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateTransitGatewayPolicyTableResponse.Builder Modifier and Type Method Description static Class<? extends AssociateTransitGatewayPolicyTableResponse.Builder>AssociateTransitGatewayPolicyTableResponse. serializableBuilderClass()
-