Uses of Class
software.amazon.awssdk.services.backupgateway.model.TestHypervisorConfigurationRequest
-
Packages that use TestHypervisorConfigurationRequest Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.transform -
-
Uses of TestHypervisorConfigurationRequest in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway with parameters of type TestHypervisorConfigurationRequest Modifier and Type Method Description default CompletableFuture<TestHypervisorConfigurationResponse>BackupGatewayAsyncClient. testHypervisorConfiguration(TestHypervisorConfigurationRequest 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. -
Uses of TestHypervisorConfigurationRequest in software.amazon.awssdk.services.backupgateway.transform
Methods in software.amazon.awssdk.services.backupgateway.transform with parameters of type TestHypervisorConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestTestHypervisorConfigurationRequestMarshaller. marshall(TestHypervisorConfigurationRequest testHypervisorConfigurationRequest)
-