| Package | Description |
|---|---|
| com.amazonaws.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).
|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTargetGroupsResult> |
AbstractAmazonVPCLatticeAsync.listTargetGroupsAsync(ListTargetGroupsRequest request,
AsyncHandler<ListTargetGroupsRequest,ListTargetGroupsResult> asyncHandler) |
Future<ListTargetGroupsResult> |
AmazonVPCLatticeAsyncClient.listTargetGroupsAsync(ListTargetGroupsRequest request,
AsyncHandler<ListTargetGroupsRequest,ListTargetGroupsResult> asyncHandler) |
Future<ListTargetGroupsResult> |
AmazonVPCLatticeAsync.listTargetGroupsAsync(ListTargetGroupsRequest listTargetGroupsRequest,
AsyncHandler<ListTargetGroupsRequest,ListTargetGroupsResult> asyncHandler)
Lists your target groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetGroupsRequest |
ListTargetGroupsRequest.clone() |
ListTargetGroupsRequest |
ListTargetGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListTargetGroupsRequest |
ListTargetGroupsRequest.withNextToken(String nextToken)
A pagination token for the next page of results.
|
ListTargetGroupsRequest |
ListTargetGroupsRequest.withTargetGroupType(String targetGroupType)
The target group type.
|
ListTargetGroupsRequest |
ListTargetGroupsRequest.withTargetGroupType(TargetGroupType targetGroupType)
The target group type.
|
ListTargetGroupsRequest |
ListTargetGroupsRequest.withVpcIdentifier(String vpcIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
Copyright © 2023. All rights reserved.