| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default GetIdentityPoliciesResponse |
SesClient.getIdentityPolicies(Consumer<GetIdentityPoliciesRequest.Builder> getIdentityPoliciesRequest)
Returns the requested sending authorization policies for the given identity (an email address or a domain).
|
default GetIdentityPoliciesResponse |
SesClient.getIdentityPolicies(GetIdentityPoliciesRequest getIdentityPoliciesRequest)
Returns the requested sending authorization policies for the given identity (an email address or a domain).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIdentityPoliciesResponse> |
SesAsyncClient.getIdentityPolicies(Consumer<GetIdentityPoliciesRequest.Builder> getIdentityPoliciesRequest)
Returns the requested sending authorization policies for the given identity (an email address or a domain).
|
default CompletableFuture<GetIdentityPoliciesResponse> |
SesAsyncClient.getIdentityPolicies(GetIdentityPoliciesRequest getIdentityPoliciesRequest)
Returns the requested sending authorization policies for the given identity (an email address or a domain).
|
Copyright © 2022. All rights reserved.