| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateEmailIdentityPolicyResponse |
SesV2Client.createEmailIdentityPolicy(Consumer<CreateEmailIdentityPolicyRequest.Builder> createEmailIdentityPolicyRequest)
Creates the specified sending authorization policy for the given identity (an email address or a domain).
|
default CreateEmailIdentityPolicyResponse |
SesV2Client.createEmailIdentityPolicy(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest)
Creates the specified sending authorization policy for the given identity (an email address or a domain).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEmailIdentityPolicyResponse> |
SesV2AsyncClient.createEmailIdentityPolicy(Consumer<CreateEmailIdentityPolicyRequest.Builder> createEmailIdentityPolicyRequest)
Creates the specified sending authorization policy for the given identity (an email address or a domain).
|
default CompletableFuture<CreateEmailIdentityPolicyResponse> |
SesV2AsyncClient.createEmailIdentityPolicy(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest)
Creates the specified sending authorization policy for the given identity (an email address or a domain).
|
Copyright © 2022. All rights reserved.