| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDedicatedIpPoolsResponse |
PinpointEmailClient.listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
default ListDedicatedIpPoolsResponse |
PinpointEmailClient.listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDedicatedIpPoolsResponse> |
PinpointEmailAsyncClient.listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
|
default CompletableFuture<ListDedicatedIpPoolsResponse> |
PinpointEmailAsyncClient.listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS 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 © 2023. All rights reserved.