Uses of Class
software.amazon.awssdk.services.storagegateway.model.StartGatewayResponse
-
Packages that use StartGatewayResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of StartGatewayResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return StartGatewayResponse Modifier and Type Method Description default StartGatewayResponseStorageGatewayClient. startGateway(Consumer<StartGatewayRequest.Builder> startGatewayRequest)Starts a gateway that you previously shut down (see ShutdownGateway).default StartGatewayResponseStorageGatewayClient. startGateway(StartGatewayRequest startGatewayRequest)Starts a gateway that you previously shut down (see ShutdownGateway).Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type StartGatewayResponse Modifier and Type Method Description default CompletableFuture<StartGatewayResponse>StorageGatewayAsyncClient. startGateway(Consumer<StartGatewayRequest.Builder> startGatewayRequest)Starts a gateway that you previously shut down (see ShutdownGateway).default CompletableFuture<StartGatewayResponse>StorageGatewayAsyncClient. startGateway(StartGatewayRequest startGatewayRequest)Starts a gateway that you previously shut down (see ShutdownGateway).
-