| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDedicatedIpsResponse |
PinpointEmailClient.getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
|
default GetDedicatedIpsResponse |
PinpointEmailClient.getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDedicatedIpsResponse> |
PinpointEmailAsyncClient.getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
|
default CompletableFuture<GetDedicatedIpsResponse> |
PinpointEmailAsyncClient.getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDedicatedIpsResponse> |
GetDedicatedIpsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDedicatedIpsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDedicatedIpsResponse> subscriber) |
Copyright © 2023. All rights reserved.