| Package | Description |
|---|---|
| com.amazonaws.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventTrackersResult> |
AbstractAmazonPersonalizeAsync.listEventTrackersAsync(ListEventTrackersRequest request,
AsyncHandler<ListEventTrackersRequest,ListEventTrackersResult> asyncHandler) |
Future<ListEventTrackersResult> |
AmazonPersonalizeAsync.listEventTrackersAsync(ListEventTrackersRequest listEventTrackersRequest,
AsyncHandler<ListEventTrackersRequest,ListEventTrackersResult> asyncHandler)
Returns the list of event trackers associated with the account.
|
Future<ListEventTrackersResult> |
AmazonPersonalizeAsyncClient.listEventTrackersAsync(ListEventTrackersRequest request,
AsyncHandler<ListEventTrackersRequest,ListEventTrackersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEventTrackersRequest |
ListEventTrackersRequest.clone() |
ListEventTrackersRequest |
ListEventTrackersRequest.withDatasetGroupArn(String datasetGroupArn)
The ARN of a dataset group used to filter the response.
|
ListEventTrackersRequest |
ListEventTrackersRequest.withMaxResults(Integer maxResults)
The maximum number of event trackers to return.
|
ListEventTrackersRequest |
ListEventTrackersRequest.withNextToken(String nextToken)
A token returned from the previous call to
ListEventTrackers for getting the next set of event
trackers (if they exist). |
Copyright © 2021. All rights reserved.