Uses of Class
software.amazon.awssdk.services.backupgateway.model.ImportHypervisorConfigurationResponse
-
Packages that use ImportHypervisorConfigurationResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of ImportHypervisorConfigurationResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return ImportHypervisorConfigurationResponse Modifier and Type Method Description default ImportHypervisorConfigurationResponseBackupGatewayClient. importHypervisorConfiguration(Consumer<ImportHypervisorConfigurationRequest.Builder> importHypervisorConfigurationRequest)Connect to a hypervisor by importing its configuration.default ImportHypervisorConfigurationResponseBackupGatewayClient. importHypervisorConfiguration(ImportHypervisorConfigurationRequest importHypervisorConfigurationRequest)Connect to a hypervisor by importing its configuration.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type ImportHypervisorConfigurationResponse Modifier and Type Method Description default CompletableFuture<ImportHypervisorConfigurationResponse>BackupGatewayAsyncClient. importHypervisorConfiguration(Consumer<ImportHypervisorConfigurationRequest.Builder> importHypervisorConfigurationRequest)Connect to a hypervisor by importing its configuration.default CompletableFuture<ImportHypervisorConfigurationResponse>BackupGatewayAsyncClient. importHypervisorConfiguration(ImportHypervisorConfigurationRequest importHypervisorConfigurationRequest)Connect to a hypervisor by importing its configuration.
-