Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateRouteTableResponse
Packages that use AssociateRouteTableResponse
-
Uses of AssociateRouteTableResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateRouteTableResponseModifier and TypeMethodDescriptiondefault 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.default AssociateRouteTableResponseEc2Client.associateRouteTable(AssociateRouteTableRequest 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssociateRouteTableResponseModifier 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.Ec2AsyncClient.associateRouteTable(AssociateRouteTableRequest 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.