Uses of Interface
software.amazon.awssdk.services.sesv2.model.CreateEmailIdentityResponse.Builder
Packages that use CreateEmailIdentityResponse.Builder
-
Uses of CreateEmailIdentityResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CreateEmailIdentityResponse.BuilderModifier and TypeMethodDescriptionCreateEmailIdentityResponse.builder()CreateEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes) An object that contains information about the DKIM attributes for the identity.CreateEmailIdentityResponse.Builder.dkimAttributes(DkimAttributes dkimAttributes) An object that contains information about the DKIM attributes for the identity.CreateEmailIdentityResponse.Builder.identityType(String identityType) The email identity type.CreateEmailIdentityResponse.Builder.identityType(IdentityType identityType) The email identity type.CreateEmailIdentityResponse.toBuilder()CreateEmailIdentityResponse.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 CreateEmailIdentityResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEmailIdentityResponse.Builder>CreateEmailIdentityResponse.serializableBuilderClass()