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