Uses of Class
software.amazon.awssdk.services.rekognition.model.ListCollectionsRequest
-
Packages that use ListCollectionsRequest 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.software.amazon.awssdk.services.rekognition.paginators software.amazon.awssdk.services.rekognition.transform -
-
Uses of ListCollectionsRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type ListCollectionsRequest Modifier and Type Method Description default CompletableFuture<ListCollectionsResponse>RekognitionAsyncClient. listCollections(ListCollectionsRequest listCollectionsRequest)Returns list of collection IDs in your account.default ListCollectionsResponseRekognitionClient. listCollections(ListCollectionsRequest listCollectionsRequest)Returns list of collection IDs in your account.default ListCollectionsPublisherRekognitionAsyncClient. listCollectionsPaginator(ListCollectionsRequest listCollectionsRequest)Returns list of collection IDs in your account.default ListCollectionsIterableRekognitionClient. listCollectionsPaginator(ListCollectionsRequest listCollectionsRequest)Returns list of collection IDs in your account. -
Uses of ListCollectionsRequest in software.amazon.awssdk.services.rekognition.paginators
Constructors in software.amazon.awssdk.services.rekognition.paginators with parameters of type ListCollectionsRequest Constructor Description ListCollectionsIterable(RekognitionClient client, ListCollectionsRequest firstRequest)ListCollectionsPublisher(RekognitionAsyncClient client, ListCollectionsRequest firstRequest) -
Uses of ListCollectionsRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type ListCollectionsRequest Modifier and Type Method Description SdkHttpFullRequestListCollectionsRequestMarshaller. marshall(ListCollectionsRequest listCollectionsRequest)
-