| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDedicatedIpPoolsResponse |
SesV2Client.listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
default ListDedicatedIpPoolsResponse |
SesV2Client.listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDedicatedIpPoolsResponse> |
SesV2AsyncClient.listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
default CompletableFuture<ListDedicatedIpPoolsResponse> |
SesV2AsyncClient.listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDedicatedIpPoolsResponse> |
ListDedicatedIpPoolsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDedicatedIpPoolsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDedicatedIpPoolsResponse> subscriber) |
Copyright © 2021. All rights reserved.