Uses of Class
com.amazonaws.services.ec2.model.DisassociateRouteTableRequest
-
Packages that use DisassociateRouteTableRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DisassociateRouteTableRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DisassociateRouteTableRequest Modifier and Type Method Description Future<DisassociateRouteTableResult>AbstractAmazonEC2Async. disassociateRouteTableAsync(DisassociateRouteTableRequest request, AsyncHandler<DisassociateRouteTableRequest,DisassociateRouteTableResult> asyncHandler)Future<DisassociateRouteTableResult>AmazonEC2Async. disassociateRouteTableAsync(DisassociateRouteTableRequest disassociateRouteTableRequest, AsyncHandler<DisassociateRouteTableRequest,DisassociateRouteTableResult> asyncHandler)Disassociates a subnet from a route table.Future<DisassociateRouteTableResult>AmazonEC2AsyncClient. disassociateRouteTableAsync(DisassociateRouteTableRequest request, AsyncHandler<DisassociateRouteTableRequest,DisassociateRouteTableResult> asyncHandler) -
Uses of DisassociateRouteTableRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DisassociateRouteTableRequest Modifier and Type Method Description DisassociateRouteTableRequestDisassociateRouteTableRequest. clone()DisassociateRouteTableRequestDisassociateRouteTableRequest. withAssociationId(String associationId)The association ID representing the current association between the route table and subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DisassociateRouteTableRequest Modifier and Type Method Description Request<DisassociateRouteTableRequest>DisassociateRouteTableRequest. getDryRunRequest()This method is intended for internal use only.
-