Uses of Class
software.amazon.awssdk.services.rekognition.model.DescribeCollectionResponse
-
Packages that use DescribeCollectionResponse 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 DescribeCollectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DescribeCollectionResponse Modifier and Type Method Description default DescribeCollectionResponseRekognitionClient. describeCollection(Consumer<DescribeCollectionRequest.Builder> describeCollectionRequest)Describes the specified collection.default DescribeCollectionResponseRekognitionClient. describeCollection(DescribeCollectionRequest describeCollectionRequest)Describes the specified collection.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DescribeCollectionResponse Modifier and Type Method Description default CompletableFuture<DescribeCollectionResponse>RekognitionAsyncClient. describeCollection(Consumer<DescribeCollectionRequest.Builder> describeCollectionRequest)Describes the specified collection.default CompletableFuture<DescribeCollectionResponse>RekognitionAsyncClient. describeCollection(DescribeCollectionRequest describeCollectionRequest)Describes the specified collection.
-