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