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