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