| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice |
Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all
of your services across multiple accounts and virtual private clouds (VPCs).
|
| software.amazon.awssdk.services.vpclattice.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTargetsResponse |
VpcLatticeClient.listTargets(Consumer<ListTargetsRequest.Builder> listTargetsRequest)
Lists the targets for the target group.
|
default ListTargetsResponse |
VpcLatticeClient.listTargets(ListTargetsRequest listTargetsRequest)
Lists the targets for the target group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTargetsResponse> |
VpcLatticeAsyncClient.listTargets(Consumer<ListTargetsRequest.Builder> listTargetsRequest)
Lists the targets for the target group.
|
default CompletableFuture<ListTargetsResponse> |
VpcLatticeAsyncClient.listTargets(ListTargetsRequest listTargetsRequest)
Lists the targets for the target group.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTargetsResponse> |
ListTargetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTargetsResponse> subscriber) |
Copyright © 2023. All rights reserved.