| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Relay |
Relay.clone() |
Relay |
Relay.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp of when the relay was last modified.
|
Relay |
Relay.withRelayId(String relayId)
The unique relay identifier.
|
Relay |
Relay.withRelayName(String relayName)
The unique relay name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relay> |
ListRelaysResult.getRelays()
The list of returned relays.
|
| Modifier and Type | Method and Description |
|---|---|
ListRelaysResult |
ListRelaysResult.withRelays(Relay... relays)
The list of returned relays.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRelaysResult.setRelays(Collection<Relay> relays)
The list of returned relays.
|
ListRelaysResult |
ListRelaysResult.withRelays(Collection<Relay> relays)
The list of returned relays.
|
Copyright © 2024. All rights reserved.