Uses of Class
com.amazonaws.services.ec2.model.DeleteDhcpOptionsRequest
-
Packages that use DeleteDhcpOptionsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteDhcpOptionsRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteDhcpOptionsRequest Modifier and Type Method Description Future<DeleteDhcpOptionsResult>AbstractAmazonEC2Async. deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest request, AsyncHandler<DeleteDhcpOptionsRequest,DeleteDhcpOptionsResult> asyncHandler)Future<DeleteDhcpOptionsResult>AmazonEC2Async. deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest, AsyncHandler<DeleteDhcpOptionsRequest,DeleteDhcpOptionsResult> asyncHandler)Deletes the specified set of DHCP options.Future<DeleteDhcpOptionsResult>AmazonEC2AsyncClient. deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest request, AsyncHandler<DeleteDhcpOptionsRequest,DeleteDhcpOptionsResult> asyncHandler) -
Uses of DeleteDhcpOptionsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteDhcpOptionsRequest Modifier and Type Method Description DeleteDhcpOptionsRequestDeleteDhcpOptionsRequest. clone()DeleteDhcpOptionsRequestDeleteDhcpOptionsRequest. withDhcpOptionsId(String dhcpOptionsId)The ID of the DHCP options set.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteDhcpOptionsRequest Modifier and Type Method Description Request<DeleteDhcpOptionsRequest>DeleteDhcpOptionsRequest. getDryRunRequest()This method is intended for internal use only.
-