| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway |
|
| software.amazon.awssdk.services.backupgateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListHypervisorsResponse |
BackupGatewayClient.listHypervisors(Consumer<ListHypervisorsRequest.Builder> listHypervisorsRequest)
Lists your hypervisors.
|
default ListHypervisorsResponse |
BackupGatewayClient.listHypervisors(ListHypervisorsRequest listHypervisorsRequest)
Lists your hypervisors.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListHypervisorsResponse> |
BackupGatewayAsyncClient.listHypervisors(Consumer<ListHypervisorsRequest.Builder> listHypervisorsRequest)
Lists your hypervisors.
|
default CompletableFuture<ListHypervisorsResponse> |
BackupGatewayAsyncClient.listHypervisors(ListHypervisorsRequest listHypervisorsRequest)
Lists your hypervisors.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListHypervisorsResponse> |
ListHypervisorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHypervisorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListHypervisorsResponse> subscriber) |
Copyright © 2023. All rights reserved.