Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListTargetsRequest
-
Packages that use ListTargetsRequest 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 -
-
Uses of ListTargetsRequest in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice with parameters of type ListTargetsRequest Modifier and Type Method Description default CompletableFuture<ListTargetsResponse>VpcLatticeAsyncClient. listTargets(ListTargetsRequest listTargetsRequest)Lists the targets for the target group.default ListTargetsResponseVpcLatticeClient. listTargets(ListTargetsRequest listTargetsRequest)Lists the targets for the target group.default ListTargetsPublisherVpcLatticeAsyncClient. listTargetsPaginator(ListTargetsRequest listTargetsRequest)This is a variant ofVpcLatticeAsyncClient.listTargets(software.amazon.awssdk.services.vpclattice.model.ListTargetsRequest)operation.default ListTargetsIterableVpcLatticeClient. listTargetsPaginator(ListTargetsRequest listTargetsRequest)This is a variant ofVpcLatticeClient.listTargets(software.amazon.awssdk.services.vpclattice.model.ListTargetsRequest)operation. -
Uses of ListTargetsRequest in software.amazon.awssdk.services.vpclattice.paginators
Constructors in software.amazon.awssdk.services.vpclattice.paginators with parameters of type ListTargetsRequest Constructor Description ListTargetsIterable(VpcLatticeClient client, ListTargetsRequest firstRequest)ListTargetsPublisher(VpcLatticeAsyncClient client, ListTargetsRequest firstRequest) -
Uses of ListTargetsRequest in software.amazon.awssdk.services.vpclattice.transform
Methods in software.amazon.awssdk.services.vpclattice.transform with parameters of type ListTargetsRequest Modifier and Type Method Description SdkHttpFullRequestListTargetsRequestMarshaller. marshall(ListTargetsRequest listTargetsRequest)
-