@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonPersonalizeEvents extends Object implements AmazonPersonalizeEvents
AmazonPersonalizeEvents. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
PutActionInteractionsResult |
putActionInteractions(PutActionInteractionsRequest request)
Records action interaction event data.
|
PutActionsResult |
putActions(PutActionsRequest request)
Adds one or more actions to an Actions dataset.
|
PutEventsResult |
putEvents(PutEventsRequest request)
Records item interaction event data.
|
PutItemsResult |
putItems(PutItemsRequest request)
Adds one or more items to an Items dataset.
|
PutUsersResult |
putUsers(PutUsersRequest request)
Adds one or more users to a Users dataset.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public PutActionInteractionsResult putActionInteractions(PutActionInteractionsRequest request)
AmazonPersonalizeEventsRecords action interaction event data. An action interaction event is an interaction between a user and an action. For example, a user taking an action, such a enrolling in a membership program or downloading your app.
For more information about recording action interactions, see Recording action interaction events. For more information about actions in an Actions dataset, see Actions dataset.
putActionInteractions in interface AmazonPersonalizeEventspublic PutActionsResult putActions(PutActionsRequest request)
AmazonPersonalizeEventsAdds one or more actions to an Actions dataset. For more information see Importing actions individually.
putActions in interface AmazonPersonalizeEventspublic PutEventsResult putEvents(PutEventsRequest request)
AmazonPersonalizeEventsRecords item interaction event data. For more information see Recording item interaction events.
putEvents in interface AmazonPersonalizeEventspublic PutItemsResult putItems(PutItemsRequest request)
AmazonPersonalizeEventsAdds one or more items to an Items dataset. For more information see Importing items individually.
putItems in interface AmazonPersonalizeEventspublic PutUsersResult putUsers(PutUsersRequest request)
AmazonPersonalizeEventsAdds one or more users to a Users dataset. For more information see Importing users individually.
putUsers in interface AmazonPersonalizeEventspublic void shutdown()
AmazonPersonalizeEventsshutdown in interface AmazonPersonalizeEventspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonPersonalizeEventsResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonPersonalizeEventsrequest - The originally executed request.