Uses of Class
software.amazon.awssdk.services.backupgateway.model.ListHypervisorsResponse
-
Packages that use ListHypervisorsResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.paginators -
-
Uses of ListHypervisorsResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return ListHypervisorsResponse Modifier and Type Method Description default ListHypervisorsResponseBackupGatewayClient. listHypervisors(Consumer<ListHypervisorsRequest.Builder> listHypervisorsRequest)Lists your hypervisors.default ListHypervisorsResponseBackupGatewayClient. listHypervisors(ListHypervisorsRequest listHypervisorsRequest)Lists your hypervisors.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type ListHypervisorsResponse Modifier and Type Method Description default CompletableFuture<ListHypervisorsResponse>BackupGatewayAsyncClient. listHypervisors(Consumer<ListHypervisorsRequest.Builder> listHypervisorsRequest)Lists your hypervisors.default CompletableFuture<ListHypervisorsResponse>BackupGatewayAsyncClient. listHypervisors(ListHypervisorsRequest listHypervisorsRequest)Lists your hypervisors. -
Uses of ListHypervisorsResponse in software.amazon.awssdk.services.backupgateway.paginators
Methods in software.amazon.awssdk.services.backupgateway.paginators that return types with arguments of type ListHypervisorsResponse Modifier and Type Method Description Iterator<ListHypervisorsResponse>ListHypervisorsIterable. iterator()Method parameters in software.amazon.awssdk.services.backupgateway.paginators with type arguments of type ListHypervisorsResponse Modifier and Type Method Description voidListHypervisorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHypervisorsResponse> subscriber)
-