| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager |
|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRuleSetResult> |
AWSMailManagerAsyncClient.updateRuleSetAsync(UpdateRuleSetRequest request,
AsyncHandler<UpdateRuleSetRequest,UpdateRuleSetResult> asyncHandler) |
Future<UpdateRuleSetResult> |
AWSMailManagerAsync.updateRuleSetAsync(UpdateRuleSetRequest updateRuleSetRequest,
AsyncHandler<UpdateRuleSetRequest,UpdateRuleSetResult> asyncHandler)
>Update attributes of an already provisioned rule set.
|
Future<UpdateRuleSetResult> |
AbstractAWSMailManagerAsync.updateRuleSetAsync(UpdateRuleSetRequest request,
AsyncHandler<UpdateRuleSetRequest,UpdateRuleSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleSetRequest |
UpdateRuleSetRequest.clone() |
UpdateRuleSetRequest |
UpdateRuleSetRequest.withRules(Collection<Rule> rules)
A new set of rules to replace the current rules of the rule set—these rules will override all the rules of the
rule set.
|
UpdateRuleSetRequest |
UpdateRuleSetRequest.withRules(Rule... rules)
A new set of rules to replace the current rules of the rule set—these rules will override all the rules of the
rule set.
|
UpdateRuleSetRequest |
UpdateRuleSetRequest.withRuleSetId(String ruleSetId)
The identifier of a rule set you want to update.
|
UpdateRuleSetRequest |
UpdateRuleSetRequest.withRuleSetName(String ruleSetName)
A user-friendly name for the rule set resource.
|
Copyright © 2024. All rights reserved.