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.Builder
AccountSendingPausedException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static AccountSendingPausedException.Builder
AccountSendingPausedException. builder()
AccountSendingPausedException.Builder
AccountSendingPausedException.Builder. cause(Throwable cause)
AccountSendingPausedException.Builder
AccountSendingPausedException.Builder. message(String message)
AccountSendingPausedException.Builder
AccountSendingPausedException.Builder. requestId(String requestId)
AccountSendingPausedException.Builder
AccountSendingPausedException.Builder. statusCode(int statusCode)
AccountSendingPausedException.Builder
AccountSendingPausedException. toBuilder()
AccountSendingPausedException.Builder
AccountSendingPausedException.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()
-