Uses of Class
software.amazon.awssdk.services.backupgateway.model.GetHypervisorResponse
-
Packages that use GetHypervisorResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of GetHypervisorResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return GetHypervisorResponse Modifier and Type Method Description default GetHypervisorResponseBackupGatewayClient. getHypervisor(Consumer<GetHypervisorRequest.Builder> getHypervisorRequest)This action requests information about the specified hypervisor to which the gateway will connect.default GetHypervisorResponseBackupGatewayClient. getHypervisor(GetHypervisorRequest getHypervisorRequest)This action requests information about the specified hypervisor to which the gateway will connect.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type GetHypervisorResponse Modifier and Type Method Description default CompletableFuture<GetHypervisorResponse>BackupGatewayAsyncClient. getHypervisor(Consumer<GetHypervisorRequest.Builder> getHypervisorRequest)This action requests information about the specified hypervisor to which the gateway will connect.default CompletableFuture<GetHypervisorResponse>BackupGatewayAsyncClient. getHypervisor(GetHypervisorRequest getHypervisorRequest)This action requests information about the specified hypervisor to which the gateway will connect.
-