Uses of Interface
software.amazon.awssdk.services.pinpoint.model.ListRecommenderConfigurationsResponse.Builder
-
Packages that use ListRecommenderConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ListRecommenderConfigurationsResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ListRecommenderConfigurationsResponse.Builder Modifier and Type Method Description static ListRecommenderConfigurationsResponse.BuilderListRecommenderConfigurationsResponse. builder()ListRecommenderConfigurationsResponse.BuilderListRecommenderConfigurationsResponse.Builder. item(Collection<RecommenderConfigurationResponse> item)An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint account.ListRecommenderConfigurationsResponse.BuilderListRecommenderConfigurationsResponse.Builder. item(Consumer<RecommenderConfigurationResponse.Builder>... item)An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint account.ListRecommenderConfigurationsResponse.BuilderListRecommenderConfigurationsResponse.Builder. item(RecommenderConfigurationResponse... item)An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint account.ListRecommenderConfigurationsResponse.BuilderListRecommenderConfigurationsResponse.Builder. nextToken(String nextToken)The string to use in a subsequent request to get the next page of results in a paginated response.ListRecommenderConfigurationsResponse.BuilderListRecommenderConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ListRecommenderConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListRecommenderConfigurationsResponse.Builder>ListRecommenderConfigurationsResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ListRecommenderConfigurationsResponse.Builder Modifier and Type Method Description default GetRecommenderConfigurationsResponse.BuilderGetRecommenderConfigurationsResponse.Builder. listRecommenderConfigurationsResponse(Consumer<ListRecommenderConfigurationsResponse.Builder> listRecommenderConfigurationsResponse)Sets the value of the ListRecommenderConfigurationsResponse property for this object.
-