| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| software.amazon.awssdk.services.personalize.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEventTrackersResponse |
PersonalizeClient.listEventTrackers(Consumer<ListEventTrackersRequest.Builder> listEventTrackersRequest)
Returns the list of event trackers associated with the account.
|
default ListEventTrackersResponse |
PersonalizeClient.listEventTrackers(ListEventTrackersRequest listEventTrackersRequest)
Returns the list of event trackers associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventTrackersResponse> |
PersonalizeAsyncClient.listEventTrackers(Consumer<ListEventTrackersRequest.Builder> listEventTrackersRequest)
Returns the list of event trackers associated with the account.
|
default CompletableFuture<ListEventTrackersResponse> |
PersonalizeAsyncClient.listEventTrackers(ListEventTrackersRequest listEventTrackersRequest)
Returns the list of event trackers associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEventTrackersResponse> |
ListEventTrackersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventTrackersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEventTrackersResponse> subscriber) |
Copyright © 2020. All rights reserved.