Uses of Interface
software.amazon.awssdk.services.vpclattice.model.ListTargetGroupsRequest.Builder
-
Packages that use ListTargetGroupsRequest.Builder 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.model -
-
Uses of ListTargetGroupsRequest.Builder in software.amazon.awssdk.services.vpclattice
-
Uses of ListTargetGroupsRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ListTargetGroupsRequest.Builder Modifier and Type Method Description static ListTargetGroupsRequest.BuilderListTargetGroupsRequest. builder()ListTargetGroupsRequest.BuilderListTargetGroupsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListTargetGroupsRequest.BuilderListTargetGroupsRequest.Builder. nextToken(String nextToken)A pagination token for the next page of results.ListTargetGroupsRequest.BuilderListTargetGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTargetGroupsRequest.BuilderListTargetGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTargetGroupsRequest.BuilderListTargetGroupsRequest.Builder. targetGroupType(String targetGroupType)The target group type.ListTargetGroupsRequest.BuilderListTargetGroupsRequest.Builder. targetGroupType(TargetGroupType targetGroupType)The target group type.ListTargetGroupsRequest.BuilderListTargetGroupsRequest. toBuilder()ListTargetGroupsRequest.BuilderListTargetGroupsRequest.Builder. vpcIdentifier(String vpcIdentifier)The ID or Amazon Resource Name (ARN) of the service.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ListTargetGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListTargetGroupsRequest.Builder>ListTargetGroupsRequest. serializableBuilderClass()
-