Uses of Class
com.amazonaws.services.ec2.model.AssociateRouteTableRequest
-
Packages that use AssociateRouteTableRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AssociateRouteTableRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type AssociateRouteTableRequest Modifier and Type Method Description Future<AssociateRouteTableResult>AbstractAmazonEC2Async. associateRouteTableAsync(AssociateRouteTableRequest request, AsyncHandler<AssociateRouteTableRequest,AssociateRouteTableResult> asyncHandler)Future<AssociateRouteTableResult>AmazonEC2Async. associateRouteTableAsync(AssociateRouteTableRequest associateRouteTableRequest, AsyncHandler<AssociateRouteTableRequest,AssociateRouteTableResult> asyncHandler)Associates a subnet with a route table.Future<AssociateRouteTableResult>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 AssociateRouteTableRequest Modifier and Type Method Description AssociateRouteTableRequestAssociateRouteTableRequest. clone()AssociateRouteTableRequestAssociateRouteTableRequest. withRouteTableId(String routeTableId)The ID of the route table.AssociateRouteTableRequestAssociateRouteTableRequest. withSubnetId(String subnetId)The ID of the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AssociateRouteTableRequest Modifier and Type Method Description Request<AssociateRouteTableRequest>AssociateRouteTableRequest. getDryRunRequest()This method is intended for internal use only.
-