Uses of Class
software.amazon.awssdk.services.backupgateway.model.TestHypervisorConfigurationResponse
-
Packages that use TestHypervisorConfigurationResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of TestHypervisorConfigurationResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return TestHypervisorConfigurationResponse Modifier and Type Method Description default TestHypervisorConfigurationResponseBackupGatewayClient. testHypervisorConfiguration(Consumer<TestHypervisorConfigurationRequest.Builder> testHypervisorConfigurationRequest)Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.default TestHypervisorConfigurationResponseBackupGatewayClient. testHypervisorConfiguration(TestHypervisorConfigurationRequest testHypervisorConfigurationRequest)Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type TestHypervisorConfigurationResponse Modifier and Type Method Description default CompletableFuture<TestHypervisorConfigurationResponse>BackupGatewayAsyncClient. testHypervisorConfiguration(Consumer<TestHypervisorConfigurationRequest.Builder> testHypervisorConfigurationRequest)Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.default CompletableFuture<TestHypervisorConfigurationResponse>BackupGatewayAsyncClient. testHypervisorConfiguration(TestHypervisorConfigurationRequest testHypervisorConfigurationRequest)Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.
-