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