| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDedicatedIpResponse> |
SesV2AsyncClient.getDedicatedIp(Consumer<GetDedicatedIpRequest.Builder> getDedicatedIpRequest)
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated
with, as well information about the automatic warm-up process for the address.
|
default GetDedicatedIpResponse |
SesV2Client.getDedicatedIp(Consumer<GetDedicatedIpRequest.Builder> getDedicatedIpRequest)
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated
with, as well information about the automatic warm-up process for the address.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDedicatedIpRequest.Builder |
GetDedicatedIpRequest.builder() |
GetDedicatedIpRequest.Builder |
GetDedicatedIpRequest.Builder.ip(String ip)
The IP address that you want to obtain more information about.
|
GetDedicatedIpRequest.Builder |
GetDedicatedIpRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDedicatedIpRequest.Builder |
GetDedicatedIpRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDedicatedIpRequest.Builder |
GetDedicatedIpRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDedicatedIpRequest.Builder> |
GetDedicatedIpRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.