Uses of Class
com.amazonaws.services.ec2.model.AssociateRouteTableRequest
Packages that use AssociateRouteTableRequest
-
Uses of AssociateRouteTableRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AssociateRouteTableRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.associateRouteTable
(AssociateRouteTableRequest request) AmazonEC2.associateRouteTable
(AssociateRouteTableRequest associateRouteTableRequest) Associates a subnet with a route table.AmazonEC2Client.associateRouteTable
(AssociateRouteTableRequest associateRouteTableRequest) Associates a subnet with a route table.AbstractAmazonEC2Async.associateRouteTableAsync
(AssociateRouteTableRequest request) AbstractAmazonEC2Async.associateRouteTableAsync
(AssociateRouteTableRequest request, AsyncHandler<AssociateRouteTableRequest, AssociateRouteTableResult> asyncHandler) AmazonEC2Async.associateRouteTableAsync
(AssociateRouteTableRequest associateRouteTableRequest) Associates a subnet with a route table.AmazonEC2Async.associateRouteTableAsync
(AssociateRouteTableRequest associateRouteTableRequest, AsyncHandler<AssociateRouteTableRequest, AssociateRouteTableResult> asyncHandler) Associates a subnet with a route table.AmazonEC2AsyncClient.associateRouteTableAsync
(AssociateRouteTableRequest request) AmazonEC2AsyncClient.associateRouteTableAsync
(AssociateRouteTableRequest request, AsyncHandler<AssociateRouteTableRequest, AssociateRouteTableResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AssociateRouteTableRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.associateRouteTableAsync
(AssociateRouteTableRequest request, AsyncHandler<AssociateRouteTableRequest, AssociateRouteTableResult> asyncHandler) AmazonEC2Async.associateRouteTableAsync
(AssociateRouteTableRequest associateRouteTableRequest, AsyncHandler<AssociateRouteTableRequest, AssociateRouteTableResult> asyncHandler) Associates a subnet with a route table.AmazonEC2AsyncClient.associateRouteTableAsync
(AssociateRouteTableRequest request, AsyncHandler<AssociateRouteTableRequest, AssociateRouteTableResult> asyncHandler) -
Uses of AssociateRouteTableRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AssociateRouteTableRequestModifier and TypeMethodDescriptionAssociateRouteTableRequest.clone()
AssociateRouteTableRequest.withRouteTableId
(String routeTableId) The ID of the route table.AssociateRouteTableRequest.withSubnetId
(String subnetId) The ID of the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AssociateRouteTableRequestModifier and TypeMethodDescriptionAssociateRouteTableRequest.getDryRunRequest()
This method is intended for internal use only.