| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
ListRulesOutput |
ListRulesOutput.clone() |
ListRulesOutput |
ListRulesOutput.withResourceType(String resourceType)
The resource type that the readiness rule applies to.
|
ListRulesOutput |
ListRulesOutput.withRuleDescription(String ruleDescription)
The description of a readiness rule.
|
ListRulesOutput |
ListRulesOutput.withRuleId(String ruleId)
The ID for the readiness rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListRulesOutput> |
ListRulesResult.getRules()
A list of readiness rules for a specific resource type.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesResult |
ListRulesResult.withRules(ListRulesOutput... rules)
A list of readiness rules for a specific resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRulesResult.setRules(Collection<ListRulesOutput> rules)
A list of readiness rules for a specific resource type.
|
ListRulesResult |
ListRulesResult.withRules(Collection<ListRulesOutput> rules)
A list of readiness rules for a specific resource type.
|
Copyright © 2022. All rights reserved.