Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListTargetGroupsRequest
-
Packages that use ListTargetGroupsRequest 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 ListTargetGroupsRequest in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice with parameters of type ListTargetGroupsRequest Modifier and Type Method Description default CompletableFuture<ListTargetGroupsResponse>VpcLatticeAsyncClient. listTargetGroups(ListTargetGroupsRequest listTargetGroupsRequest)Lists your target groups.default ListTargetGroupsResponseVpcLatticeClient. listTargetGroups(ListTargetGroupsRequest listTargetGroupsRequest)Lists your target groups.default ListTargetGroupsPublisherVpcLatticeAsyncClient. listTargetGroupsPaginator(ListTargetGroupsRequest listTargetGroupsRequest)This is a variant ofVpcLatticeAsyncClient.listTargetGroups(software.amazon.awssdk.services.vpclattice.model.ListTargetGroupsRequest)operation.default ListTargetGroupsIterableVpcLatticeClient. listTargetGroupsPaginator(ListTargetGroupsRequest listTargetGroupsRequest)This is a variant ofVpcLatticeClient.listTargetGroups(software.amazon.awssdk.services.vpclattice.model.ListTargetGroupsRequest)operation. -
Uses of ListTargetGroupsRequest in software.amazon.awssdk.services.vpclattice.paginators
Constructors in software.amazon.awssdk.services.vpclattice.paginators with parameters of type ListTargetGroupsRequest Constructor Description ListTargetGroupsIterable(VpcLatticeClient client, ListTargetGroupsRequest firstRequest)ListTargetGroupsPublisher(VpcLatticeAsyncClient client, ListTargetGroupsRequest firstRequest) -
Uses of ListTargetGroupsRequest in software.amazon.awssdk.services.vpclattice.transform
Methods in software.amazon.awssdk.services.vpclattice.transform with parameters of type ListTargetGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListTargetGroupsRequestMarshaller. marshall(ListTargetGroupsRequest listTargetGroupsRequest)
-