Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateRouteTableRequest.Builder
Packages that use AssociateRouteTableRequest.Builder
Package
Description
-
Uses of AssociateRouteTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateRouteTableRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateRouteTable(Consumer<AssociateRouteTableRequest.Builder> associateRouteTableRequest) Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC.default AssociateRouteTableResponseEc2Client.associateRouteTable(Consumer<AssociateRouteTableRequest.Builder> associateRouteTableRequest) Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. -
Uses of AssociateRouteTableRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateRouteTableRequest.BuilderModifier and TypeMethodDescriptionAssociateRouteTableRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The ID of the internet gateway or virtual private gateway.AssociateRouteTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateRouteTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateRouteTableRequest.Builder.publicIpv4Pool(String publicIpv4Pool) The ID of a public IPv4 pool.AssociateRouteTableRequest.Builder.routeTableId(String routeTableId) The ID of the route table.The ID of the subnet.AssociateRouteTableRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateRouteTableRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateRouteTableRequest.Builder>AssociateRouteTableRequest.serializableBuilderClass()