Uses of Interface
software.amazon.awssdk.services.rekognition.RekognitionBaseClientBuilder
-
Packages that use RekognitionBaseClientBuilder 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 RekognitionBaseClientBuilder in software.amazon.awssdk.services.rekognition
Classes in software.amazon.awssdk.services.rekognition with type parameters of type RekognitionBaseClientBuilder Modifier and Type Interface Description interfaceRekognitionBaseClientBuilder<B extends RekognitionBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Rekognition that is supported by bothRekognitionClientBuilderandRekognitionAsyncClientBuilder.Subinterfaces of RekognitionBaseClientBuilder in software.amazon.awssdk.services.rekognition Modifier and Type Interface Description interfaceRekognitionAsyncClientBuilderA builder for creating an instance ofRekognitionAsyncClient.interfaceRekognitionClientBuilderA builder for creating an instance ofRekognitionClient.
-