Uses of Class
software.amazon.awssdk.services.vpclattice.model.RuleSummary
-
Packages that use RuleSummary Package Description software.amazon.awssdk.services.vpclattice.model software.amazon.awssdk.services.vpclattice.paginators -
-
Uses of RuleSummary in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type RuleSummary Modifier and Type Method Description List<RuleSummary>ListRulesResponse. items()Information about the rules.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type RuleSummary Modifier and Type Method Description ListRulesResponse.BuilderListRulesResponse.Builder. items(RuleSummary... items)Information about the rules.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type RuleSummary Modifier and Type Method Description ListRulesResponse.BuilderListRulesResponse.Builder. items(Collection<RuleSummary> items)Information about the rules. -
Uses of RuleSummary in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.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.
-