Uses of Interface
software.amazon.awssdk.services.ses.model.FromEmailAddressNotVerifiedException.Builder
Packages that use FromEmailAddressNotVerifiedException.Builder
-
Uses of FromEmailAddressNotVerifiedException.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return FromEmailAddressNotVerifiedException.BuilderModifier and TypeMethodDescriptionFromEmailAddressNotVerifiedException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) FromEmailAddressNotVerifiedException.builder()FromEmailAddressNotVerifiedException.Builder.fromEmailAddress(String fromEmailAddress) Indicates that the from email address associated with the custom verification email template is not verified.FromEmailAddressNotVerifiedException.Builder.numAttempts(Integer numAttempts) FromEmailAddressNotVerifiedException.Builder.statusCode(int statusCode) FromEmailAddressNotVerifiedException.toBuilder()FromEmailAddressNotVerifiedException.Builder.writableStackTrace(Boolean writableStackTrace) Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type FromEmailAddressNotVerifiedException.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FromEmailAddressNotVerifiedException.Builder>FromEmailAddressNotVerifiedException.serializableBuilderClass()