Uses of Interface
software.amazon.awssdk.services.mturk.model.MTurkException.Builder
-
Packages that use MTurkException.Builder Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of MTurkException.Builder in software.amazon.awssdk.services.mturk.model
Subinterfaces of MTurkException.Builder in software.amazon.awssdk.services.mturk.model Modifier and Type Interface Description static interfaceRequestErrorException.Builderstatic interfaceServiceException.BuilderClasses in software.amazon.awssdk.services.mturk.model that implement MTurkException.Builder Modifier and Type Class Description protected static classMTurkException.BuilderImplMethods in software.amazon.awssdk.services.mturk.model that return MTurkException.Builder Modifier and Type Method Description MTurkException.BuilderMTurkException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MTurkException.BuilderMTurkException. builder()MTurkException.BuilderMTurkException.Builder. cause(Throwable cause)MTurkException.BuilderMTurkException.Builder. message(String message)MTurkException.BuilderMTurkException.Builder. requestId(String requestId)MTurkException.BuilderMTurkException.Builder. statusCode(int statusCode)MTurkException.BuilderMTurkException. toBuilder()MTurkException.BuilderMTurkException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type MTurkException.Builder Modifier and Type Method Description static Class<? extends MTurkException.Builder>MTurkException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.mturk.model with parameters of type MTurkException.Builder Constructor Description MTurkException(MTurkException.Builder builder)
-