| Package | Description |
|---|---|
| com.amazonaws.services.recyclebin.model |
| Modifier and Type | Method and Description |
|---|---|
RuleSummary |
RuleSummary.clone() |
RuleSummary |
RuleSummary.withDescription(String description)
The retention rule description.
|
RuleSummary |
RuleSummary.withIdentifier(String identifier)
The unique ID of the retention rule.
|
RuleSummary |
RuleSummary.withLockState(LockState lockState)
The lock state for the retention rule.
|
RuleSummary |
RuleSummary.withLockState(String lockState)
The lock state for the retention rule.
|
RuleSummary |
RuleSummary.withRetentionPeriod(RetentionPeriod retentionPeriod)
Information about the retention period for which the retention rule is to retain resources.
|
RuleSummary |
RuleSummary.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of the retention rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleSummary> |
ListRulesResult.getRules()
Information about the retention rules.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesResult |
ListRulesResult.withRules(RuleSummary... rules)
Information about the retention rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRulesResult.setRules(Collection<RuleSummary> rules)
Information about the retention rules.
|
ListRulesResult |
ListRulesResult.withRules(Collection<RuleSummary> rules)
Information about the retention rules.
|
Copyright © 2024. All rights reserved.