| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.clearAttributesEntries()
Removes all the entries added into Attributes.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.clone() |
RecommenderConfigurationResponse |
UpdateRecommenderConfigurationResult.getRecommenderConfigurationResponse() |
RecommenderConfigurationResponse |
DeleteRecommenderConfigurationResult.getRecommenderConfigurationResponse() |
RecommenderConfigurationResponse |
CreateRecommenderConfigurationResult.getRecommenderConfigurationResponse() |
RecommenderConfigurationResponse |
GetRecommenderConfigurationResult.getRecommenderConfigurationResponse() |
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withAttributes(Map<String,String> attributes)
A map that defines 1-10 custom endpoint or user attributes, depending on the value for the
RecommendationProviderIdType property.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withCreationDate(String creationDate)
The date, in extended ISO 8601 format, when the configuration was created for the recommender model.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withDescription(String description)
The custom description of the configuration for the recommender model.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withId(String id)
The unique identifier for the recommender model configuration.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withLastModifiedDate(String lastModifiedDate)
The date, in extended ISO 8601 format, when the configuration for the recommender model was last modified.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withName(String name)
The custom name of the configuration for the recommender model.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withRecommendationProviderIdType(String recommendationProviderIdType)
The type of Amazon Pinpoint ID that's associated with unique user IDs in the recommender model.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withRecommendationProviderRoleArn(String recommendationProviderRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon
Pinpoint to retrieve recommendation data from the recommender model.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withRecommendationProviderUri(String recommendationProviderUri)
The Amazon Resource Name (ARN) of the recommender model that Amazon Pinpoint retrieves the recommendation data
from.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withRecommendationsDisplayName(String recommendationsDisplayName)
The custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores
recommended items for each endpoint or user, depending on the value for the RecommendationProviderIdType
property.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withRecommendationsPerMessage(Integer recommendationsPerMessage)
The number of recommended items that are retrieved from the model for each endpoint or user, depending on the
value for the RecommendationProviderIdType property.
|
RecommenderConfigurationResponse |
RecommenderConfigurationResponse.withRecommendationTransformerUri(String recommendationTransformerUri)
The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to perform
additional processing of recommendation data that it retrieves from the recommender model.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommenderConfigurationResponse> |
ListRecommenderConfigurationsResponse.getItem()
An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint
account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRecommenderConfigurationResult.setRecommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse) |
void |
DeleteRecommenderConfigurationResult.setRecommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse) |
void |
CreateRecommenderConfigurationResult.setRecommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse) |
void |
GetRecommenderConfigurationResult.setRecommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse) |
ListRecommenderConfigurationsResponse |
ListRecommenderConfigurationsResponse.withItem(RecommenderConfigurationResponse... item)
An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint
account.
|
UpdateRecommenderConfigurationResult |
UpdateRecommenderConfigurationResult.withRecommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse) |
DeleteRecommenderConfigurationResult |
DeleteRecommenderConfigurationResult.withRecommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse) |
CreateRecommenderConfigurationResult |
CreateRecommenderConfigurationResult.withRecommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse) |
GetRecommenderConfigurationResult |
GetRecommenderConfigurationResult.withRecommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommenderConfigurationsResponse.setItem(Collection<RecommenderConfigurationResponse> item)
An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint
account.
|
ListRecommenderConfigurationsResponse |
ListRecommenderConfigurationsResponse.withItem(Collection<RecommenderConfigurationResponse> item)
An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint
account.
|
Copyright © 2024. All rights reserved.