Uses of Class
software.amazon.awssdk.services.backupgateway.model.UpdateHypervisorResponse
-
Packages that use UpdateHypervisorResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of UpdateHypervisorResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return UpdateHypervisorResponse Modifier and Type Method Description default UpdateHypervisorResponseBackupGatewayClient. updateHypervisor(Consumer<UpdateHypervisorRequest.Builder> updateHypervisorRequest)Updates a hypervisor metadata, including its host, username, and password.default UpdateHypervisorResponseBackupGatewayClient. updateHypervisor(UpdateHypervisorRequest updateHypervisorRequest)Updates a hypervisor metadata, including its host, username, and password.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type UpdateHypervisorResponse Modifier and Type Method Description default CompletableFuture<UpdateHypervisorResponse>BackupGatewayAsyncClient. updateHypervisor(Consumer<UpdateHypervisorRequest.Builder> updateHypervisorRequest)Updates a hypervisor metadata, including its host, username, and password.default CompletableFuture<UpdateHypervisorResponse>BackupGatewayAsyncClient. updateHypervisor(UpdateHypervisorRequest updateHypervisorRequest)Updates a hypervisor metadata, including its host, username, and password.
-