Uses of Interface
software.amazon.awssdk.services.comprehend.model.JobNotFoundException.Builder
-
Packages that use JobNotFoundException.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of JobNotFoundException.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return JobNotFoundException.Builder Modifier and Type Method Description JobNotFoundException.BuilderJobNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static JobNotFoundException.BuilderJobNotFoundException. builder()JobNotFoundException.BuilderJobNotFoundException.Builder. cause(Throwable cause)JobNotFoundException.BuilderJobNotFoundException.Builder. message(String message)JobNotFoundException.BuilderJobNotFoundException.Builder. requestId(String requestId)JobNotFoundException.BuilderJobNotFoundException.Builder. statusCode(int statusCode)JobNotFoundException.BuilderJobNotFoundException. toBuilder()JobNotFoundException.BuilderJobNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type JobNotFoundException.Builder Modifier and Type Method Description static Class<? extends JobNotFoundException.Builder>JobNotFoundException. serializableBuilderClass()
-