| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
IngressPoint |
IngressPoint.clone() |
IngressPoint |
IngressPoint.withARecord(String aRecord)
The DNS A Record that identifies your ingress endpoint.
|
IngressPoint |
IngressPoint.withIngressPointId(String ingressPointId)
The identifier of the ingress endpoint resource.
|
IngressPoint |
IngressPoint.withIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint resource.
|
IngressPoint |
IngressPoint.withStatus(IngressPointStatus status)
The status of the ingress endpoint resource.
|
IngressPoint |
IngressPoint.withStatus(String status)
The status of the ingress endpoint resource.
|
IngressPoint |
IngressPoint.withType(IngressPointType type)
The type of ingress endpoint resource.
|
IngressPoint |
IngressPoint.withType(String type)
The type of ingress endpoint resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<IngressPoint> |
ListIngressPointsResult.getIngressPoints()
The list of ingress endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngressPointsResult |
ListIngressPointsResult.withIngressPoints(IngressPoint... ingressPoints)
The list of ingress endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngressPointsResult.setIngressPoints(Collection<IngressPoint> ingressPoints)
The list of ingress endpoints.
|
ListIngressPointsResult |
ListIngressPointsResult.withIngressPoints(Collection<IngressPoint> ingressPoints)
The list of ingress endpoints.
|
Copyright © 2024. All rights reserved.