Uses of Class
software.amazon.awssdk.services.rekognition.model.ListCollectionsResponse
-
Packages that use ListCollectionsResponse 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 -
-
Uses of ListCollectionsResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return ListCollectionsResponse Modifier and Type Method Description default ListCollectionsResponseRekognitionClient. listCollections()Returns list of collection IDs in your account.default ListCollectionsResponseRekognitionClient. listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)Returns list of collection IDs in your account.default ListCollectionsResponseRekognitionClient. listCollections(ListCollectionsRequest listCollectionsRequest)Returns list of collection IDs in your account.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type ListCollectionsResponse Modifier and Type Method Description default CompletableFuture<ListCollectionsResponse>RekognitionAsyncClient. listCollections()Returns list of collection IDs in your account.default CompletableFuture<ListCollectionsResponse>RekognitionAsyncClient. listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)Returns list of collection IDs in your account.default CompletableFuture<ListCollectionsResponse>RekognitionAsyncClient. listCollections(ListCollectionsRequest listCollectionsRequest)Returns list of collection IDs in your account. -
Uses of ListCollectionsResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type ListCollectionsResponse Modifier and Type Method Description Iterator<ListCollectionsResponse>ListCollectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type ListCollectionsResponse Modifier and Type Method Description voidListCollectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCollectionsResponse> subscriber)
-