Package | Description |
---|---|
software.amazon.awssdk.services.sesv2 |
|
software.amazon.awssdk.services.sesv2.paginators |
Modifier and Type | Method and Description |
---|---|
default GetDedicatedIpsResponse |
SesV2Client.getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
default GetDedicatedIpsResponse |
SesV2Client.getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetDedicatedIpsResponse> |
SesV2AsyncClient.getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
default CompletableFuture<GetDedicatedIpsResponse> |
SesV2AsyncClient.getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your Amazon Web Services 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 © 2022. All rights reserved.