Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteInternetGatewayResponse
-
Packages that use DeleteInternetGatewayResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DeleteInternetGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteInternetGatewayResponse Modifier and Type Method Description default DeleteInternetGatewayResponseEc2Client. deleteInternetGateway(Consumer<DeleteInternetGatewayRequest.Builder> deleteInternetGatewayRequest)Deletes the specified internet gateway.default DeleteInternetGatewayResponseEc2Client. deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)Deletes the specified internet gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteInternetGatewayResponse Modifier and Type Method Description default CompletableFuture<DeleteInternetGatewayResponse>Ec2AsyncClient. deleteInternetGateway(Consumer<DeleteInternetGatewayRequest.Builder> deleteInternetGatewayRequest)Deletes the specified internet gateway.default CompletableFuture<DeleteInternetGatewayResponse>Ec2AsyncClient. deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)Deletes the specified internet gateway.
-