Uses of Class
com.amazonaws.services.ec2.model.DeleteDhcpOptionsResult
-
Packages that use DeleteDhcpOptionsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteDhcpOptionsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteDhcpOptionsResult Modifier and Type Method Description DeleteDhcpOptionsResultAbstractAmazonEC2. deleteDhcpOptions(DeleteDhcpOptionsRequest request)DeleteDhcpOptionsResultAmazonEC2. deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)Deletes the specified set of DHCP options.DeleteDhcpOptionsResultAmazonEC2Client. deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)Deletes the specified set of DHCP options.Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteDhcpOptionsResult 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 DeleteDhcpOptionsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteDhcpOptionsResult Modifier and Type Method Description DeleteDhcpOptionsResultDeleteDhcpOptionsResult. clone()
-