| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway |
|
| software.amazon.awssdk.services.backupgateway.model |
| Modifier and Type | Method and 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 TestHypervisorConfigurationResponse |
BackupGatewayClient.testHypervisorConfiguration(Consumer<TestHypervisorConfigurationRequest.Builder> testHypervisorConfigurationRequest)
Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its
resources.
|
| Modifier and Type | Method and Description |
|---|---|
static TestHypervisorConfigurationRequest.Builder |
TestHypervisorConfigurationRequest.builder() |
TestHypervisorConfigurationRequest.Builder |
TestHypervisorConfigurationRequest.Builder.gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
|
TestHypervisorConfigurationRequest.Builder |
TestHypervisorConfigurationRequest.Builder.host(String host)
The server host of the hypervisor.
|
TestHypervisorConfigurationRequest.Builder |
TestHypervisorConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestHypervisorConfigurationRequest.Builder |
TestHypervisorConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestHypervisorConfigurationRequest.Builder |
TestHypervisorConfigurationRequest.Builder.password(String password)
The password for the hypervisor.
|
TestHypervisorConfigurationRequest.Builder |
TestHypervisorConfigurationRequest.toBuilder() |
TestHypervisorConfigurationRequest.Builder |
TestHypervisorConfigurationRequest.Builder.username(String username)
The username for the hypervisor.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestHypervisorConfigurationRequest.Builder> |
TestHypervisorConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.