| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway |
|
| software.amazon.awssdk.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateHypervisorResponse> |
BackupGatewayAsyncClient.updateHypervisor(Consumer<UpdateHypervisorRequest.Builder> updateHypervisorRequest)
Updates a hypervisor metadata, including its host, username, and password.
|
default UpdateHypervisorResponse |
BackupGatewayClient.updateHypervisor(Consumer<UpdateHypervisorRequest.Builder> updateHypervisorRequest)
Updates a hypervisor metadata, including its host, username, and password.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.builder() |
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.Builder.host(String host)
The updated host of the hypervisor.
|
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.Builder.hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor to update.
|
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.Builder.logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.Builder.name(String name)
The updated name for the hypervisor
|
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.Builder.password(String password)
The updated password for the hypervisor.
|
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.toBuilder() |
UpdateHypervisorRequest.Builder |
UpdateHypervisorRequest.Builder.username(String username)
The updated username for the hypervisor.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateHypervisorRequest.Builder> |
UpdateHypervisorRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.