| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway.model | |
| software.amazon.awssdk.services.backupgateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Hypervisor> |
ListHypervisorsResponse.hypervisors()
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
| Modifier and Type | Method and Description |
|---|---|
ListHypervisorsResponse.Builder |
ListHypervisorsResponse.Builder.hypervisors(Hypervisor... hypervisors)
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
| Modifier and Type | Method and Description |
|---|---|
ListHypervisorsResponse.Builder |
ListHypervisorsResponse.Builder.hypervisors(Collection<Hypervisor> hypervisors)
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Hypervisor> |
ListHypervisorsPublisher.hypervisors()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Hypervisor> |
ListHypervisorsIterable.hypervisors()
Returns an iterable to iterate through the paginated
ListHypervisorsResponse.hypervisors() member. |
Copyright © 2023. All rights reserved.