Uses of Class
software.amazon.awssdk.services.personalize.model.SolutionVersionSummary
-
Packages that use SolutionVersionSummary Package Description software.amazon.awssdk.services.personalize.model software.amazon.awssdk.services.personalize.paginators -
-
Uses of SolutionVersionSummary in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return SolutionVersionSummary Modifier and Type Method Description SolutionVersionSummarySolution. latestSolutionVersion()Describes the latest version of the solution, including the status and the ARN.Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type SolutionVersionSummary Modifier and Type Method Description List<SolutionVersionSummary>ListSolutionVersionsResponse. solutionVersions()A list of solution versions describing the version properties.Methods in software.amazon.awssdk.services.personalize.model with parameters of type SolutionVersionSummary Modifier and Type Method Description Solution.BuilderSolution.Builder. latestSolutionVersion(SolutionVersionSummary latestSolutionVersion)Describes the latest version of the solution, including the status and the ARN.ListSolutionVersionsResponse.BuilderListSolutionVersionsResponse.Builder. solutionVersions(SolutionVersionSummary... solutionVersions)A list of solution versions describing the version properties.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type SolutionVersionSummary Modifier and Type Method Description ListSolutionVersionsResponse.BuilderListSolutionVersionsResponse.Builder. solutionVersions(Collection<SolutionVersionSummary> solutionVersions)A list of solution versions describing the version properties. -
Uses of SolutionVersionSummary in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type SolutionVersionSummary Modifier and Type Method Description SdkIterable<SolutionVersionSummary>ListSolutionVersionsIterable. solutionVersions()Returns an iterable to iterate through the paginatedListSolutionVersionsResponse.solutionVersions()member.SdkPublisher<SolutionVersionSummary>ListSolutionVersionsPublisher. solutionVersions()Returns a publisher that can be used to get a stream of data.
-