| Package | Description |
|---|---|
| com.amazonaws.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
Hypervisor |
Hypervisor.clone() |
Hypervisor |
Hypervisor.withHost(String host)
The server host of the hypervisor.
|
Hypervisor |
Hypervisor.withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
Hypervisor |
Hypervisor.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
|
Hypervisor |
Hypervisor.withName(String name)
The name of the hypervisor.
|
Hypervisor |
Hypervisor.withState(HypervisorState state)
The state of the hypervisor.
|
Hypervisor |
Hypervisor.withState(String state)
The state of the hypervisor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Hypervisor> |
ListHypervisorsResult.getHypervisors()
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
| Modifier and Type | Method and Description |
|---|---|
ListHypervisorsResult |
ListHypervisorsResult.withHypervisors(Hypervisor... hypervisors)
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHypervisorsResult.setHypervisors(Collection<Hypervisor> hypervisors)
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
ListHypervisorsResult |
ListHypervisorsResult.withHypervisors(Collection<Hypervisor> hypervisors)
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
Copyright © 2024. All rights reserved.