Uses of Class
com.amazonaws.services.ec2.model.DeleteCustomerGatewayResult
-
Packages that use DeleteCustomerGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteCustomerGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteCustomerGatewayResult Modifier and Type Method Description DeleteCustomerGatewayResultAbstractAmazonEC2. deleteCustomerGateway(DeleteCustomerGatewayRequest request)DeleteCustomerGatewayResultAmazonEC2. deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)Deletes the specified customer gateway.DeleteCustomerGatewayResultAmazonEC2Client. deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)Deletes the specified customer gateway.Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteCustomerGatewayResult Modifier and Type Method Description Future<DeleteCustomerGatewayResult>AbstractAmazonEC2Async. deleteCustomerGatewayAsync(DeleteCustomerGatewayRequest request, AsyncHandler<DeleteCustomerGatewayRequest,DeleteCustomerGatewayResult> asyncHandler)Future<DeleteCustomerGatewayResult>AmazonEC2Async. deleteCustomerGatewayAsync(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest, AsyncHandler<DeleteCustomerGatewayRequest,DeleteCustomerGatewayResult> asyncHandler)Deletes the specified customer gateway.Future<DeleteCustomerGatewayResult>AmazonEC2AsyncClient. deleteCustomerGatewayAsync(DeleteCustomerGatewayRequest request, AsyncHandler<DeleteCustomerGatewayRequest,DeleteCustomerGatewayResult> asyncHandler) -
Uses of DeleteCustomerGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteCustomerGatewayResult Modifier and Type Method Description DeleteCustomerGatewayResultDeleteCustomerGatewayResult. clone()
-