Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteInternetGatewayResponse
Packages that use DeleteInternetGatewayResponse
-
Uses of DeleteInternetGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteInternetGatewayResponseModifier and TypeMethodDescriptiondefault 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 DeleteInternetGatewayResponseModifier and TypeMethodDescriptionEc2AsyncClient.deleteInternetGateway(Consumer<DeleteInternetGatewayRequest.Builder> deleteInternetGatewayRequest) Deletes the specified internet gateway.Ec2AsyncClient.deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest) Deletes the specified internet gateway.