Uses of Class
software.amazon.awssdk.services.personalize.model.SolutionSummary
-
Packages that use SolutionSummary Package Description software.amazon.awssdk.services.personalize.model software.amazon.awssdk.services.personalize.paginators -
-
Uses of SolutionSummary in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type SolutionSummary Modifier and Type Method Description List<SolutionSummary>ListSolutionsResponse. solutions()A list of the current solutions.Methods in software.amazon.awssdk.services.personalize.model with parameters of type SolutionSummary Modifier and Type Method Description ListSolutionsResponse.BuilderListSolutionsResponse.Builder. solutions(SolutionSummary... solutions)A list of the current solutions.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type SolutionSummary Modifier and Type Method Description ListSolutionsResponse.BuilderListSolutionsResponse.Builder. solutions(Collection<SolutionSummary> solutions)A list of the current solutions. -
Uses of SolutionSummary in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type SolutionSummary Modifier and Type Method Description SdkIterable<SolutionSummary>ListSolutionsIterable. solutions()Returns an iterable to iterate through the paginatedListSolutionsResponse.solutions()member.SdkPublisher<SolutionSummary>ListSolutionsPublisher. solutions()Returns a publisher that can be used to get a stream of data.
-