Uses of Class
software.amazon.awssdk.services.rekognition.model.DeleteCollectionResponse
-
Packages that use DeleteCollectionResponse 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 DeleteCollectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DeleteCollectionResponse Modifier and Type Method Description default DeleteCollectionResponseRekognitionClient. deleteCollection(Consumer<DeleteCollectionRequest.Builder> deleteCollectionRequest)Deletes the specified collection.default DeleteCollectionResponseRekognitionClient. deleteCollection(DeleteCollectionRequest deleteCollectionRequest)Deletes the specified collection.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DeleteCollectionResponse Modifier and Type Method Description default CompletableFuture<DeleteCollectionResponse>RekognitionAsyncClient. deleteCollection(Consumer<DeleteCollectionRequest.Builder> deleteCollectionRequest)Deletes the specified collection.default CompletableFuture<DeleteCollectionResponse>RekognitionAsyncClient. deleteCollection(DeleteCollectionRequest deleteCollectionRequest)Deletes the specified collection.
-