Uses of Interface
software.amazon.awssdk.services.workmail.model.WorkMailException.Builder
-
Packages that use WorkMailException.Builder Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of WorkMailException.Builder in software.amazon.awssdk.services.workmail.model
Classes in software.amazon.awssdk.services.workmail.model that implement WorkMailException.Builder Modifier and Type Class Description protected static classWorkMailException.BuilderImplMethods in software.amazon.awssdk.services.workmail.model that return WorkMailException.Builder Modifier and Type Method Description WorkMailException.BuilderWorkMailException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static WorkMailException.BuilderWorkMailException. builder()WorkMailException.BuilderWorkMailException.Builder. cause(Throwable cause)WorkMailException.BuilderWorkMailException.Builder. message(String message)WorkMailException.BuilderWorkMailException.Builder. requestId(String requestId)WorkMailException.BuilderWorkMailException.Builder. statusCode(int statusCode)WorkMailException.BuilderWorkMailException. toBuilder()WorkMailException.BuilderWorkMailException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type WorkMailException.Builder Modifier and Type Method Description static Class<? extends WorkMailException.Builder>WorkMailException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.workmail.model with parameters of type WorkMailException.Builder Constructor Description WorkMailException(WorkMailException.Builder builder)
-