| 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 | |
| software.amazon.awssdk.services.vpclattice.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTargetsResponse |
VpcLatticeClient.listTargets(ListTargetsRequest listTargetsRequest)
Lists the targets for the target group.
|
default CompletableFuture<ListTargetsResponse> |
VpcLatticeAsyncClient.listTargets(ListTargetsRequest listTargetsRequest)
Lists the targets for the target group.
|
default ListTargetsIterable |
VpcLatticeClient.listTargetsPaginator(ListTargetsRequest listTargetsRequest)
Lists the targets for the target group.
|
default ListTargetsPublisher |
VpcLatticeAsyncClient.listTargetsPaginator(ListTargetsRequest listTargetsRequest)
Lists the targets for the target group.
|
| Constructor and Description |
|---|
ListTargetsIterable(VpcLatticeClient client,
ListTargetsRequest firstRequest) |
ListTargetsPublisher(VpcLatticeAsyncClient client,
ListTargetsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTargetsRequestMarshaller.marshall(ListTargetsRequest listTargetsRequest) |
Copyright © 2023. All rights reserved.