Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.CreateEmailIdentityRequest.Builder
-
Packages that use CreateEmailIdentityRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of CreateEmailIdentityRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type CreateEmailIdentityRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateEmailIdentityResponse>PinpointEmailAsyncClient. createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)Verifies an email identity for use with Amazon Pinpoint.default CreateEmailIdentityResponsePinpointEmailClient. createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)Verifies an email identity for use with Amazon Pinpoint. -
Uses of CreateEmailIdentityRequest.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return CreateEmailIdentityRequest.Builder Modifier and Type Method Description static CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest. builder()CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest.Builder. emailIdentity(String emailIdentity)The email address or domain that you want to verify.CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest.Builder. tags(Collection<Tag> tags)An array of objects that define the tags (keys and values) that you want to associate with the email identity.CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest.Builder. tags(Consumer<Tag.Builder>... tags)An array of objects that define the tags (keys and values) that you want to associate with the email identity.CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest.Builder. tags(Tag... tags)An array of objects that define the tags (keys and values) that you want to associate with the email identity.CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type CreateEmailIdentityRequest.Builder Modifier and Type Method Description static Class<? extends CreateEmailIdentityRequest.Builder>CreateEmailIdentityRequest. serializableBuilderClass()
-