Uses of Class
software.amazon.awssdk.services.storagegateway.model.StartGatewayRequest
-
Packages that use StartGatewayRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of StartGatewayRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type StartGatewayRequest Modifier and Type Method Description default CompletableFuture<StartGatewayResponse>StorageGatewayAsyncClient. startGateway(StartGatewayRequest 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). -
Uses of StartGatewayRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type StartGatewayRequest Modifier and Type Method Description SdkHttpFullRequestStartGatewayRequestMarshaller. marshall(StartGatewayRequest startGatewayRequest)
-