Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateRouteTableResponse
-
Packages that use AssociateRouteTableResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AssociateRouteTableResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateRouteTableResponse Modifier and Type Method Description 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.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 AssociateRouteTableResponse Modifier and Type Method Description default CompletableFuture<AssociateRouteTableResponse>Ec2AsyncClient. 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 CompletableFuture<AssociateRouteTableResponse>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.
-