| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
DedicatedIp |
DedicatedIp.clone() |
DedicatedIp |
GetDedicatedIpResult.getDedicatedIp()
An object that contains information about a dedicated IP address.
|
DedicatedIp |
DedicatedIp.withIp(String ip)
An IP address that is reserved for use by your Amazon Pinpoint account.
|
DedicatedIp |
DedicatedIp.withPoolName(String poolName)
The name of the dedicated IP pool that the IP address is associated with.
|
DedicatedIp |
DedicatedIp.withWarmupPercentage(Integer warmupPercentage)
Indicates how complete the dedicated IP warm-up process is.
|
DedicatedIp |
DedicatedIp.withWarmupStatus(String warmupStatus)
The warm-up status of a dedicated IP address.
|
DedicatedIp |
DedicatedIp.withWarmupStatus(WarmupStatus warmupStatus)
The warm-up status of a dedicated IP address.
|
| Modifier and Type | Method and Description |
|---|---|
List<DedicatedIp> |
GetDedicatedIpsResult.getDedicatedIps()
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDedicatedIpResult.setDedicatedIp(DedicatedIp dedicatedIp)
An object that contains information about a dedicated IP address.
|
GetDedicatedIpResult |
GetDedicatedIpResult.withDedicatedIp(DedicatedIp dedicatedIp)
An object that contains information about a dedicated IP address.
|
GetDedicatedIpsResult |
GetDedicatedIpsResult.withDedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDedicatedIpsResult.setDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
GetDedicatedIpsResult |
GetDedicatedIpsResult.withDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
Copyright © 2021. All rights reserved.