Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateGatewaySoftwareNowResponse
-
Packages that use UpdateGatewaySoftwareNowResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateGatewaySoftwareNowResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateGatewaySoftwareNowResponse Modifier and Type Method Description default UpdateGatewaySoftwareNowResponseStorageGatewayClient. updateGatewaySoftwareNow(Consumer<UpdateGatewaySoftwareNowRequest.Builder> updateGatewaySoftwareNowRequest)Updates the gateway virtual machine (VM) software.default UpdateGatewaySoftwareNowResponseStorageGatewayClient. updateGatewaySoftwareNow(UpdateGatewaySoftwareNowRequest updateGatewaySoftwareNowRequest)Updates the gateway virtual machine (VM) software.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateGatewaySoftwareNowResponse Modifier and Type Method Description default CompletableFuture<UpdateGatewaySoftwareNowResponse>StorageGatewayAsyncClient. updateGatewaySoftwareNow(Consumer<UpdateGatewaySoftwareNowRequest.Builder> updateGatewaySoftwareNowRequest)Updates the gateway virtual machine (VM) software.default CompletableFuture<UpdateGatewaySoftwareNowResponse>StorageGatewayAsyncClient. updateGatewaySoftwareNow(UpdateGatewaySoftwareNowRequest updateGatewaySoftwareNowRequest)Updates the gateway virtual machine (VM) software.
-