Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetEmailIdentityResponse.Builder
Packages that use GetEmailIdentityResponse.Builder
-
Uses of GetEmailIdentityResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetEmailIdentityResponse.BuilderModifier and TypeMethodDescriptionGetEmailIdentityResponse.builder()GetEmailIdentityResponse.Builder.configurationSetName(String configurationSetName) The configuration set used by default when sending from this identity.default GetEmailIdentityResponse.BuilderGetEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes) An object that contains information about the DKIM attributes for the identity.GetEmailIdentityResponse.Builder.dkimAttributes(DkimAttributes dkimAttributes) An object that contains information about the DKIM attributes for the identity.GetEmailIdentityResponse.Builder.feedbackForwardingStatus(Boolean feedbackForwardingStatus) The feedback forwarding configuration for the identity.GetEmailIdentityResponse.Builder.identityType(String identityType) The email identity type.GetEmailIdentityResponse.Builder.identityType(IdentityType identityType) The email identity type.default GetEmailIdentityResponse.BuilderGetEmailIdentityResponse.Builder.mailFromAttributes(Consumer<MailFromAttributes.Builder> mailFromAttributes) An object that contains information about the Mail-From attributes for the email identity.GetEmailIdentityResponse.Builder.mailFromAttributes(MailFromAttributes mailFromAttributes) An object that contains information about the Mail-From attributes for the email identity.A map of policy names to policies.GetEmailIdentityResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the email identity.GetEmailIdentityResponse.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that are associated with the email identity.An array of objects that define the tags (keys and values) that are associated with the email identity.GetEmailIdentityResponse.toBuilder()default GetEmailIdentityResponse.BuilderGetEmailIdentityResponse.Builder.verificationInfo(Consumer<VerificationInfo.Builder> verificationInfo) An object that contains additional information about the verification status for the identity.GetEmailIdentityResponse.Builder.verificationInfo(VerificationInfo verificationInfo) An object that contains additional information about the verification status for the identity.GetEmailIdentityResponse.Builder.verificationStatus(String verificationStatus) The verification status of the identity.GetEmailIdentityResponse.Builder.verificationStatus(VerificationStatus verificationStatus) The verification status of the identity.GetEmailIdentityResponse.Builder.verifiedForSendingStatus(Boolean verifiedForSendingStatus) Specifies whether or not the identity is verified.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetEmailIdentityResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetEmailIdentityResponse.Builder>GetEmailIdentityResponse.serializableBuilderClass()