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