Package | Description |
---|---|
software.amazon.awssdk.services.sesv2 |
|
software.amazon.awssdk.services.sesv2.paginators | |
software.amazon.awssdk.services.sesv2.transform |
Modifier and Type | Method and Description |
---|---|
default GetDedicatedIpsResponse |
SesV2Client.getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default CompletableFuture<GetDedicatedIpsResponse> |
SesV2AsyncClient.getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDedicatedIpsIterable |
SesV2Client.getDedicatedIpsPaginator(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDedicatedIpsPublisher |
SesV2AsyncClient.getDedicatedIpsPaginator(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
Constructor and Description |
---|
GetDedicatedIpsIterable(SesV2Client client,
GetDedicatedIpsRequest firstRequest) |
GetDedicatedIpsPublisher(SesV2AsyncClient client,
GetDedicatedIpsRequest firstRequest) |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
GetDedicatedIpsRequestMarshaller.marshall(GetDedicatedIpsRequest getDedicatedIpsRequest) |
Copyright © 2021. All rights reserved.