Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateTransitGatewayRouteTableResponse.Builder
-
Packages that use AssociateTransitGatewayRouteTableResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AssociateTransitGatewayRouteTableResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateTransitGatewayRouteTableResponse.Builder Modifier and Type Method Description default AssociateTransitGatewayRouteTableResponse.BuilderAssociateTransitGatewayRouteTableResponse.Builder. association(Consumer<TransitGatewayAssociation.Builder> association)The ID of the association.AssociateTransitGatewayRouteTableResponse.BuilderAssociateTransitGatewayRouteTableResponse.Builder. association(TransitGatewayAssociation association)The ID of the association.static AssociateTransitGatewayRouteTableResponse.BuilderAssociateTransitGatewayRouteTableResponse. builder()AssociateTransitGatewayRouteTableResponse.BuilderAssociateTransitGatewayRouteTableResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateTransitGatewayRouteTableResponse.Builder Modifier and Type Method Description static Class<? extends AssociateTransitGatewayRouteTableResponse.Builder>AssociateTransitGatewayRouteTableResponse. serializableBuilderClass()
-