AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListRecipes operation. Returns a list of available recipes. The response provides the properties for each recipe, including the recipe's Amazon Resource Name (ARN).

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Personalize.AmazonPersonalizeRequest
      Amazon.Personalize.Model.ListRecipesRequest

Namespace: Amazon.Personalize.Model
Assembly: AWSSDK.Personalize.dll
Version: 3.x.y.z

Syntax

C#
public class ListRecipesRequest : AmazonPersonalizeRequest
         IAmazonWebServiceRequest

The ListRecipesRequest type exposes the following members

Constructors

NameDescription
Public Method ListRecipesRequest()

Properties

NameTypeDescription
Public Property Domain Amazon.Personalize.Domain

Gets and sets the property Domain.

Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of recipes to return.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token returned from the previous call to ListRecipes for getting the next set of recipes (if they exist).

Public Property RecipeProvider Amazon.Personalize.RecipeProvider

Gets and sets the property RecipeProvider.

The default is SERVICE.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5