Uses of Class
software.amazon.awssdk.services.personalize.model.RecipeProvider
-
Packages that use RecipeProvider Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of RecipeProvider in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return RecipeProvider Modifier and Type Method Description static RecipeProviderRecipeProvider. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecipeProviderListRecipesRequest. recipeProvider()The default isSERVICE.static RecipeProviderRecipeProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static RecipeProvider[]RecipeProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type RecipeProvider Modifier and Type Method Description static Set<RecipeProvider>RecipeProvider. knownValues()Methods in software.amazon.awssdk.services.personalize.model with parameters of type RecipeProvider Modifier and Type Method Description ListRecipesRequest.BuilderListRecipesRequest.Builder. recipeProvider(RecipeProvider recipeProvider)The default isSERVICE.
-