Uses of Interface
software.amazon.awssdk.services.rekognition.model.StartFaceDetectionResponse.Builder
-
Packages that use StartFaceDetectionResponse.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of StartFaceDetectionResponse.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return StartFaceDetectionResponse.Builder Modifier and Type Method Description static StartFaceDetectionResponse.BuilderStartFaceDetectionResponse. builder()StartFaceDetectionResponse.BuilderStartFaceDetectionResponse.Builder. jobId(String jobId)The identifier for the face detection job.StartFaceDetectionResponse.BuilderStartFaceDetectionResponse. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type StartFaceDetectionResponse.Builder Modifier and Type Method Description static Class<? extends StartFaceDetectionResponse.Builder>StartFaceDetectionResponse. serializableBuilderClass()
-