Uses of Class
software.amazon.awssdk.services.rbin.model.RuleSummary
-
Packages that use RuleSummary Package Description software.amazon.awssdk.services.rbin.model software.amazon.awssdk.services.rbin.paginators -
-
Uses of RuleSummary in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return types with arguments of type RuleSummary Modifier and Type Method Description List<RuleSummary>ListRulesResponse. rules()Information about the retention rules.Methods in software.amazon.awssdk.services.rbin.model with parameters of type RuleSummary Modifier and Type Method Description ListRulesResponse.BuilderListRulesResponse.Builder. rules(RuleSummary... rules)Information about the retention rules.Method parameters in software.amazon.awssdk.services.rbin.model with type arguments of type RuleSummary Modifier and Type Method Description ListRulesResponse.BuilderListRulesResponse.Builder. rules(Collection<RuleSummary> rules)Information about the retention rules. -
Uses of RuleSummary in software.amazon.awssdk.services.rbin.paginators
Methods in software.amazon.awssdk.services.rbin.paginators that return types with arguments of type RuleSummary Modifier and Type Method Description SdkIterable<RuleSummary>ListRulesIterable. rules()Returns an iterable to iterate through the paginatedListRulesResponse.rules()member.SdkPublisher<RuleSummary>ListRulesPublisher. rules()Returns a publisher that can be used to get a stream of data.
-