Uses of Class
software.amazon.awssdk.services.backupgateway.model.ListHypervisorsRequest
-
Packages that use ListHypervisorsRequest Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.paginators software.amazon.awssdk.services.backupgateway.transform -
-
Uses of ListHypervisorsRequest in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway with parameters of type ListHypervisorsRequest Modifier and Type Method Description default CompletableFuture<ListHypervisorsResponse>BackupGatewayAsyncClient. listHypervisors(ListHypervisorsRequest listHypervisorsRequest)Lists your hypervisors.default ListHypervisorsResponseBackupGatewayClient. listHypervisors(ListHypervisorsRequest listHypervisorsRequest)Lists your hypervisors.default ListHypervisorsPublisherBackupGatewayAsyncClient. listHypervisorsPaginator(ListHypervisorsRequest listHypervisorsRequest)Lists your hypervisors.default ListHypervisorsIterableBackupGatewayClient. listHypervisorsPaginator(ListHypervisorsRequest listHypervisorsRequest)Lists your hypervisors. -
Uses of ListHypervisorsRequest in software.amazon.awssdk.services.backupgateway.paginators
Constructors in software.amazon.awssdk.services.backupgateway.paginators with parameters of type ListHypervisorsRequest Constructor Description ListHypervisorsIterable(BackupGatewayClient client, ListHypervisorsRequest firstRequest)ListHypervisorsPublisher(BackupGatewayAsyncClient client, ListHypervisorsRequest firstRequest) -
Uses of ListHypervisorsRequest in software.amazon.awssdk.services.backupgateway.transform
Methods in software.amazon.awssdk.services.backupgateway.transform with parameters of type ListHypervisorsRequest Modifier and Type Method Description SdkHttpFullRequestListHypervisorsRequestMarshaller. marshall(ListHypervisorsRequest listHypervisorsRequest)
-