Uses of Interface
software.amazon.awssdk.services.sesv2.model.IdentityInfo.Builder
Packages that use IdentityInfo.Builder
-
Uses of IdentityInfo.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return IdentityInfo.BuilderModifier and TypeMethodDescriptionstatic IdentityInfo.BuilderIdentityInfo.builder()IdentityInfo.Builder.identityName(String identityName) The address or domain of the identity.IdentityInfo.Builder.identityType(String identityType) The email identity type.IdentityInfo.Builder.identityType(IdentityType identityType) The email identity type.IdentityInfo.Builder.sendingEnabled(Boolean sendingEnabled) Indicates whether or not you can send email from the identity.IdentityInfo.toBuilder()IdentityInfo.Builder.verificationStatus(String verificationStatus) The verification status of the identity.IdentityInfo.Builder.verificationStatus(VerificationStatus verificationStatus) The verification status of the identity.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type IdentityInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IdentityInfo.Builder>IdentityInfo.serializableBuilderClass()