Uses of Class
software.amazon.awssdk.services.storagegateway.model.ShutdownGatewayResponse
-
Packages that use ShutdownGatewayResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of ShutdownGatewayResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ShutdownGatewayResponse Modifier and Type Method Description default ShutdownGatewayResponseStorageGatewayClient. shutdownGateway(Consumer<ShutdownGatewayRequest.Builder> shutdownGatewayRequest)Shuts down a Tape Gateway or Volume Gateway.default ShutdownGatewayResponseStorageGatewayClient. shutdownGateway(ShutdownGatewayRequest shutdownGatewayRequest)Shuts down a Tape Gateway or Volume Gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ShutdownGatewayResponse Modifier and Type Method Description default CompletableFuture<ShutdownGatewayResponse>StorageGatewayAsyncClient. shutdownGateway(Consumer<ShutdownGatewayRequest.Builder> shutdownGatewayRequest)Shuts down a Tape Gateway or Volume Gateway.default CompletableFuture<ShutdownGatewayResponse>StorageGatewayAsyncClient. shutdownGateway(ShutdownGatewayRequest shutdownGatewayRequest)Shuts down a Tape Gateway or Volume Gateway.
-