| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default ListIdentityPoliciesResponse |
SesClient.listIdentityPolicies(Consumer<ListIdentityPoliciesRequest.Builder> listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to the given identity (an email address or a
domain).
|
default ListIdentityPoliciesResponse |
SesClient.listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to the given identity (an email address or a
domain).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIdentityPoliciesResponse> |
SesAsyncClient.listIdentityPolicies(Consumer<ListIdentityPoliciesRequest.Builder> listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to the given identity (an email address or a
domain).
|
default CompletableFuture<ListIdentityPoliciesResponse> |
SesAsyncClient.listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to the given identity (an email address or a
domain).
|
Copyright © 2023. All rights reserved.