Uses of Class
software.amazon.awssdk.services.rekognition.model.CreateCollectionResponse
-
Packages that use CreateCollectionResponse 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 CreateCollectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return CreateCollectionResponse Modifier and Type Method Description default CreateCollectionResponseRekognitionClient. createCollection(Consumer<CreateCollectionRequest.Builder> createCollectionRequest)Creates a collection in an AWS Region.default CreateCollectionResponseRekognitionClient. createCollection(CreateCollectionRequest createCollectionRequest)Creates a collection in an AWS Region.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type CreateCollectionResponse Modifier and Type Method Description default CompletableFuture<CreateCollectionResponse>RekognitionAsyncClient. createCollection(Consumer<CreateCollectionRequest.Builder> createCollectionRequest)Creates a collection in an AWS Region.default CompletableFuture<CreateCollectionResponse>RekognitionAsyncClient. createCollection(CreateCollectionRequest createCollectionRequest)Creates a collection in an AWS Region.
-