Uses of Class
software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
-
Packages that use BatchException.BuilderImpl Package Description software.amazon.awssdk.services.batch.model -
-
Uses of BatchException.BuilderImpl in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return BatchException.BuilderImpl Modifier and Type Method Description BatchException.BuilderImplBatchException.BuilderImpl. awsErrorDetails(AwsErrorDetails awsErrorDetails)BatchException.BuilderImplBatchException.BuilderImpl. cause(Throwable cause)BatchException.BuilderImplBatchException.BuilderImpl. message(String message)BatchException.BuilderImplBatchException.BuilderImpl. requestId(String requestId)BatchException.BuilderImplBatchException.BuilderImpl. statusCode(int statusCode)BatchException.BuilderImplBatchException.BuilderImpl. writableStackTrace(Boolean writableStackTrace)
-