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