| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager |
|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetIngressPointResult |
AWSMailManagerClient.getIngressPoint(GetIngressPointRequest request)
Fetch ingress endpoint resource attributes.
|
GetIngressPointResult |
AbstractAWSMailManager.getIngressPoint(GetIngressPointRequest request) |
GetIngressPointResult |
AWSMailManager.getIngressPoint(GetIngressPointRequest getIngressPointRequest)
Fetch ingress endpoint resource attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetIngressPointResult> |
AWSMailManagerAsyncClient.getIngressPointAsync(GetIngressPointRequest request,
AsyncHandler<GetIngressPointRequest,GetIngressPointResult> asyncHandler) |
Future<GetIngressPointResult> |
AbstractAWSMailManagerAsync.getIngressPointAsync(GetIngressPointRequest request,
AsyncHandler<GetIngressPointRequest,GetIngressPointResult> asyncHandler) |
Future<GetIngressPointResult> |
AWSMailManagerAsync.getIngressPointAsync(GetIngressPointRequest getIngressPointRequest,
AsyncHandler<GetIngressPointRequest,GetIngressPointResult> asyncHandler)
Fetch ingress endpoint resource attributes.
|
| Modifier and Type | Method and Description |
|---|---|
GetIngressPointResult |
GetIngressPointResult.clone() |
GetIngressPointResult |
GetIngressPointResult.withARecord(String aRecord)
The DNS A Record that identifies your ingress endpoint.
|
GetIngressPointResult |
GetIngressPointResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the ingress endpoint was created.
|
GetIngressPointResult |
GetIngressPointResult.withIngressPointArn(String ingressPointArn)
The Amazon Resource Name (ARN) of the ingress endpoint resource.
|
GetIngressPointResult |
GetIngressPointResult.withIngressPointAuthConfiguration(IngressPointAuthConfiguration ingressPointAuthConfiguration)
The authentication configuration of the ingress endpoint resource.
|
GetIngressPointResult |
GetIngressPointResult.withIngressPointId(String ingressPointId)
The identifier of an ingress endpoint resource.
|
GetIngressPointResult |
GetIngressPointResult.withIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint.
|
GetIngressPointResult |
GetIngressPointResult.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of when the ingress endpoint was last updated.
|
GetIngressPointResult |
GetIngressPointResult.withRuleSetId(String ruleSetId)
The identifier of a rule set resource associated with the ingress endpoint.
|
GetIngressPointResult |
GetIngressPointResult.withStatus(IngressPointStatus status)
The status of the ingress endpoint resource.
|
GetIngressPointResult |
GetIngressPointResult.withStatus(String status)
The status of the ingress endpoint resource.
|
GetIngressPointResult |
GetIngressPointResult.withTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource associated with the ingress endpoint.
|
GetIngressPointResult |
GetIngressPointResult.withType(IngressPointType type)
The type of ingress endpoint.
|
GetIngressPointResult |
GetIngressPointResult.withType(String type)
The type of ingress endpoint.
|
Copyright © 2024. All rights reserved.