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