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