| Package | Description |
|---|---|
| software.amazon.awssdk.services.rbin.model | |
| software.amazon.awssdk.services.rbin.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RuleSummary> |
ListRulesResponse.rules()
Information about the retention rules.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesResponse.Builder |
ListRulesResponse.Builder.rules(RuleSummary... rules)
Information about the retention rules.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesResponse.Builder |
ListRulesResponse.Builder.rules(Collection<RuleSummary> rules)
Information about the retention rules.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<RuleSummary> |
ListRulesPublisher.rules()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RuleSummary> |
ListRulesIterable.rules()
Returns an iterable to iterate through the paginated
ListRulesResponse.rules() member. |
Copyright © 2022. All rights reserved.