Uses of Class
software.amazon.awssdk.services.rekognition.paginators.ListCollectionsPublisher
-
Packages that use ListCollectionsPublisher Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video. -
-
Uses of ListCollectionsPublisher in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return ListCollectionsPublisher Modifier and Type Method Description default ListCollectionsPublisherRekognitionAsyncClient. listCollectionsPaginator()Returns list of collection IDs in your account.default ListCollectionsPublisherRekognitionAsyncClient. listCollectionsPaginator(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)Returns list of collection IDs in your account.default ListCollectionsPublisherRekognitionAsyncClient. listCollectionsPaginator(ListCollectionsRequest listCollectionsRequest)Returns list of collection IDs in your account.
-