Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateRouteTableRequest.Builder
-
Packages that use AssociateRouteTableRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of AssociateRouteTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateRouteTableRequest.Builder 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 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.Builder Modifier and Type Method Description static AssociateRouteTableRequest.BuilderAssociateRouteTableRequest. builder()AssociateRouteTableRequest.BuilderAssociateRouteTableRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateRouteTableRequest.BuilderAssociateRouteTableRequest.Builder. gatewayId(String gatewayId)The ID of the internet gateway or virtual private gateway.AssociateRouteTableRequest.BuilderAssociateRouteTableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateRouteTableRequest.BuilderAssociateRouteTableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateRouteTableRequest.BuilderAssociateRouteTableRequest.Builder. publicIpv4Pool(String publicIpv4Pool)The ID of a public IPv4 pool.AssociateRouteTableRequest.BuilderAssociateRouteTableRequest.Builder. routeTableId(String routeTableId)The ID of the route table.AssociateRouteTableRequest.BuilderAssociateRouteTableRequest.Builder. subnetId(String subnetId)The ID of the subnet.AssociateRouteTableRequest.BuilderAssociateRouteTableRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateRouteTableRequest.Builder Modifier and Type Method Description static Class<? extends AssociateRouteTableRequest.Builder>AssociateRouteTableRequest. serializableBuilderClass()
-