Uses of Class
com.amazonaws.services.ec2.model.DeleteInternetGatewayResult
-
Packages that use DeleteInternetGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteInternetGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteInternetGatewayResult Modifier and Type Method Description DeleteInternetGatewayResultAbstractAmazonEC2. deleteInternetGateway(DeleteInternetGatewayRequest request)DeleteInternetGatewayResultAmazonEC2. deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)Deletes the specified Internet gateway.DeleteInternetGatewayResultAmazonEC2Client. deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)Deletes the specified Internet gateway.Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteInternetGatewayResult Modifier and Type Method Description Future<DeleteInternetGatewayResult>AbstractAmazonEC2Async. deleteInternetGatewayAsync(DeleteInternetGatewayRequest request, AsyncHandler<DeleteInternetGatewayRequest,DeleteInternetGatewayResult> asyncHandler)Future<DeleteInternetGatewayResult>AmazonEC2Async. deleteInternetGatewayAsync(DeleteInternetGatewayRequest deleteInternetGatewayRequest, AsyncHandler<DeleteInternetGatewayRequest,DeleteInternetGatewayResult> asyncHandler)Deletes the specified Internet gateway.Future<DeleteInternetGatewayResult>AmazonEC2AsyncClient. deleteInternetGatewayAsync(DeleteInternetGatewayRequest request, AsyncHandler<DeleteInternetGatewayRequest,DeleteInternetGatewayResult> asyncHandler) -
Uses of DeleteInternetGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteInternetGatewayResult Modifier and Type Method Description DeleteInternetGatewayResultDeleteInternetGatewayResult. clone()
-