Uses of Interface
software.amazon.awssdk.services.rekognition.model.AssociateFacesRequest.Builder
-
Packages that use AssociateFacesRequest.Builder 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.model -
-
Uses of AssociateFacesRequest.Builder in software.amazon.awssdk.services.rekognition
Method parameters in software.amazon.awssdk.services.rekognition with type arguments of type AssociateFacesRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateFacesResponse>RekognitionAsyncClient. associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest)Associates one or more faces with an existing UserID.default AssociateFacesResponseRekognitionClient. associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest)Associates one or more faces with an existing UserID. -
Uses of AssociateFacesRequest.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return AssociateFacesRequest.Builder Modifier and Type Method Description static AssociateFacesRequest.BuilderAssociateFacesRequest. builder()AssociateFacesRequest.BuilderAssociateFacesRequest.Builder. clientRequestToken(String clientRequestToken)Idempotent token used to identify the request toAssociateFaces.AssociateFacesRequest.BuilderAssociateFacesRequest.Builder. collectionId(String collectionId)The ID of an existing collection containing the UserID.AssociateFacesRequest.BuilderAssociateFacesRequest.Builder. faceIds(String... faceIds)An array of FaceIDs to associate with the UserID.AssociateFacesRequest.BuilderAssociateFacesRequest.Builder. faceIds(Collection<String> faceIds)An array of FaceIDs to associate with the UserID.AssociateFacesRequest.BuilderAssociateFacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateFacesRequest.BuilderAssociateFacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateFacesRequest.BuilderAssociateFacesRequest. toBuilder()AssociateFacesRequest.BuilderAssociateFacesRequest.Builder. userId(String userId)The ID for the existing UserID.AssociateFacesRequest.BuilderAssociateFacesRequest.Builder. userMatchThreshold(Float userMatchThreshold)An optional value specifying the minimum confidence in the UserID match to return.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type AssociateFacesRequest.Builder Modifier and Type Method Description static Class<? extends AssociateFacesRequest.Builder>AssociateFacesRequest. serializableBuilderClass()
-