Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListTargetsResponse
-
Packages that use ListTargetsResponse 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 -
-
Uses of ListTargetsResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return ListTargetsResponse Modifier and Type Method Description default ListTargetsResponseVpcLatticeClient. listTargets(Consumer<ListTargetsRequest.Builder> listTargetsRequest)Lists the targets for the target group.default ListTargetsResponseVpcLatticeClient. listTargets(ListTargetsRequest listTargetsRequest)Lists the targets for the target group.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type ListTargetsResponse Modifier and Type Method 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. -
Uses of ListTargetsResponse in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.paginators that return types with arguments of type ListTargetsResponse Modifier and Type Method Description Iterator<ListTargetsResponse>ListTargetsIterable. iterator()Method parameters in software.amazon.awssdk.services.vpclattice.paginators with type arguments of type ListTargetsResponse Modifier and Type Method Description voidListTargetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTargetsResponse> subscriber)
-