Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateTransitGatewayRouteTableRequest.Builder
Packages that use AssociateTransitGatewayRouteTableRequest.Builder
Package
Description
-
Uses of AssociateTransitGatewayRouteTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateTransitGatewayRouteTableRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest) Associates the specified attachment with the specified transit gateway route table.Ec2Client.associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest) Associates the specified attachment with the specified transit gateway route table. -
Uses of AssociateTransitGatewayRouteTableRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateTransitGatewayRouteTableRequest.BuilderModifier and TypeMethodDescriptionAssociateTransitGatewayRouteTableRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateTransitGatewayRouteTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateTransitGatewayRouteTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateTransitGatewayRouteTableRequest.toBuilder()AssociateTransitGatewayRouteTableRequest.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.AssociateTransitGatewayRouteTableRequest.Builder.transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the transit gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateTransitGatewayRouteTableRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateTransitGatewayRouteTableRequest.Builder>AssociateTransitGatewayRouteTableRequest.serializableBuilderClass()