| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager |
|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIngressPointResult> |
AWSMailManagerAsyncClient.updateIngressPointAsync(UpdateIngressPointRequest request,
AsyncHandler<UpdateIngressPointRequest,UpdateIngressPointResult> asyncHandler) |
Future<UpdateIngressPointResult> |
AWSMailManagerAsync.updateIngressPointAsync(UpdateIngressPointRequest updateIngressPointRequest,
AsyncHandler<UpdateIngressPointRequest,UpdateIngressPointResult> asyncHandler)
Update attributes of a provisioned ingress endpoint resource.
|
Future<UpdateIngressPointResult> |
AbstractAWSMailManagerAsync.updateIngressPointAsync(UpdateIngressPointRequest request,
AsyncHandler<UpdateIngressPointRequest,UpdateIngressPointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIngressPointRequest |
UpdateIngressPointRequest.clone() |
UpdateIngressPointRequest |
UpdateIngressPointRequest.withIngressPointConfiguration(IngressPointConfiguration ingressPointConfiguration)
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
|
UpdateIngressPointRequest |
UpdateIngressPointRequest.withIngressPointId(String ingressPointId)
The identifier for the ingress endpoint you want to update.
|
UpdateIngressPointRequest |
UpdateIngressPointRequest.withIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint resource.
|
UpdateIngressPointRequest |
UpdateIngressPointRequest.withRuleSetId(String ruleSetId)
The identifier of an existing rule set that you attach to an ingress endpoint resource.
|
UpdateIngressPointRequest |
UpdateIngressPointRequest.withStatusToUpdate(IngressPointStatusToUpdate statusToUpdate)
The update status of an ingress endpoint.
|
UpdateIngressPointRequest |
UpdateIngressPointRequest.withStatusToUpdate(String statusToUpdate)
The update status of an ingress endpoint.
|
UpdateIngressPointRequest |
UpdateIngressPointRequest.withTrafficPolicyId(String trafficPolicyId)
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
|
Copyright © 2024. All rights reserved.