| Package | Description |
|---|---|
| com.amazonaws.services.backupgateway |
|
| com.amazonaws.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateHypervisorResult> |
AbstractAWSBackupGatewayAsync.updateHypervisorAsync(UpdateHypervisorRequest request,
AsyncHandler<UpdateHypervisorRequest,UpdateHypervisorResult> asyncHandler) |
Future<UpdateHypervisorResult> |
AWSBackupGatewayAsyncClient.updateHypervisorAsync(UpdateHypervisorRequest request,
AsyncHandler<UpdateHypervisorRequest,UpdateHypervisorResult> asyncHandler) |
Future<UpdateHypervisorResult> |
AWSBackupGatewayAsync.updateHypervisorAsync(UpdateHypervisorRequest updateHypervisorRequest,
AsyncHandler<UpdateHypervisorRequest,UpdateHypervisorResult> asyncHandler)
Updates a hypervisor metadata, including its host, username, and password.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateHypervisorRequest |
UpdateHypervisorRequest.clone() |
UpdateHypervisorRequest |
UpdateHypervisorRequest.withHost(String host)
The updated host of the hypervisor.
|
UpdateHypervisorRequest |
UpdateHypervisorRequest.withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor to update.
|
UpdateHypervisorRequest |
UpdateHypervisorRequest.withLogGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
UpdateHypervisorRequest |
UpdateHypervisorRequest.withName(String name)
The updated name for the hypervisor
|
UpdateHypervisorRequest |
UpdateHypervisorRequest.withPassword(String password)
The updated password for the hypervisor.
|
UpdateHypervisorRequest |
UpdateHypervisorRequest.withUsername(String username)
The updated username for the hypervisor.
|
Copyright © 2024. All rights reserved.