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