Uses of Class
software.amazon.awssdk.services.personalize.model.RecipeSummary
-
Packages that use RecipeSummary Package Description software.amazon.awssdk.services.personalize.model software.amazon.awssdk.services.personalize.paginators -
-
Uses of RecipeSummary in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type RecipeSummary Modifier and Type Method Description List<RecipeSummary>ListRecipesResponse. recipes()The list of available recipes.Methods in software.amazon.awssdk.services.personalize.model with parameters of type RecipeSummary Modifier and Type Method Description ListRecipesResponse.BuilderListRecipesResponse.Builder. recipes(RecipeSummary... recipes)The list of available recipes.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type RecipeSummary Modifier and Type Method Description ListRecipesResponse.BuilderListRecipesResponse.Builder. recipes(Collection<RecipeSummary> recipes)The list of available recipes. -
Uses of RecipeSummary in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type RecipeSummary Modifier and Type Method Description SdkIterable<RecipeSummary>ListRecipesIterable. recipes()Returns an iterable to iterate through the paginatedListRecipesResponse.recipes()member.SdkPublisher<RecipeSummary>ListRecipesPublisher. recipes()Returns a publisher that can be used to get a stream of data.
-