Uses of Interface
software.amazon.awssdk.services.sesv2.model.UpdateEmailIdentityPolicyRequest.Builder
Packages that use UpdateEmailIdentityPolicyRequest.Builder
Package
Description
-
Uses of UpdateEmailIdentityPolicyRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type UpdateEmailIdentityPolicyRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.updateEmailIdentityPolicy(Consumer<UpdateEmailIdentityPolicyRequest.Builder> updateEmailIdentityPolicyRequest) Updates the specified sending authorization policy for the given identity (an email address or a domain).SesV2Client.updateEmailIdentityPolicy(Consumer<UpdateEmailIdentityPolicyRequest.Builder> updateEmailIdentityPolicyRequest) Updates the specified sending authorization policy for the given identity (an email address or a domain). -
Uses of UpdateEmailIdentityPolicyRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return UpdateEmailIdentityPolicyRequest.BuilderModifier and TypeMethodDescriptionUpdateEmailIdentityPolicyRequest.builder()UpdateEmailIdentityPolicyRequest.Builder.emailIdentity(String emailIdentity) The email identity.UpdateEmailIdentityPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateEmailIdentityPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The text of the policy in JSON format.UpdateEmailIdentityPolicyRequest.Builder.policyName(String policyName) The name of the policy.UpdateEmailIdentityPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type UpdateEmailIdentityPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateEmailIdentityPolicyRequest.Builder>UpdateEmailIdentityPolicyRequest.serializableBuilderClass()