Uses of Interface
software.amazon.awssdk.services.backupgateway.model.TestHypervisorConfigurationRequest.Builder
-
Packages that use TestHypervisorConfigurationRequest.Builder Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.model -
-
Uses of TestHypervisorConfigurationRequest.Builder in software.amazon.awssdk.services.backupgateway
Method parameters in software.amazon.awssdk.services.backupgateway with type arguments of type TestHypervisorConfigurationRequest.Builder 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 TestHypervisorConfigurationResponseBackupGatewayClient. testHypervisorConfiguration(Consumer<TestHypervisorConfigurationRequest.Builder> testHypervisorConfigurationRequest)Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources. -
Uses of TestHypervisorConfigurationRequest.Builder in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return TestHypervisorConfigurationRequest.Builder Modifier and Type Method Description static TestHypervisorConfigurationRequest.BuilderTestHypervisorConfigurationRequest. builder()TestHypervisorConfigurationRequest.BuilderTestHypervisorConfigurationRequest.Builder. gatewayArn(String gatewayArn)The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.TestHypervisorConfigurationRequest.BuilderTestHypervisorConfigurationRequest.Builder. host(String host)The server host of the hypervisor.TestHypervisorConfigurationRequest.BuilderTestHypervisorConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestHypervisorConfigurationRequest.BuilderTestHypervisorConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TestHypervisorConfigurationRequest.BuilderTestHypervisorConfigurationRequest.Builder. password(String password)The password for the hypervisor.TestHypervisorConfigurationRequest.BuilderTestHypervisorConfigurationRequest. toBuilder()TestHypervisorConfigurationRequest.BuilderTestHypervisorConfigurationRequest.Builder. username(String username)The username for the hypervisor.Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type TestHypervisorConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends TestHypervisorConfigurationRequest.Builder>TestHypervisorConfigurationRequest. serializableBuilderClass()
-