| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model | |
| software.amazon.awssdk.services.personalize.paginators |
| Modifier and Type | Method and Description |
|---|---|
SolutionVersionSummary |
Solution.latestSolutionVersion()
Describes the latest version of the solution, including the status and the ARN.
|
| Modifier and Type | Method and Description |
|---|---|
List<SolutionVersionSummary> |
ListSolutionVersionsResponse.solutionVersions()
A list of solution versions describing the version properties.
|
| Modifier and Type | Method and Description |
|---|---|
Solution.Builder |
Solution.Builder.latestSolutionVersion(SolutionVersionSummary latestSolutionVersion)
Describes the latest version of the solution, including the status and the ARN.
|
ListSolutionVersionsResponse.Builder |
ListSolutionVersionsResponse.Builder.solutionVersions(SolutionVersionSummary... solutionVersions)
A list of solution versions describing the version properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListSolutionVersionsResponse.Builder |
ListSolutionVersionsResponse.Builder.solutionVersions(Collection<SolutionVersionSummary> solutionVersions)
A list of solution versions describing the version properties.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SolutionVersionSummary> |
ListSolutionVersionsPublisher.solutionVersions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SolutionVersionSummary> |
ListSolutionVersionsIterable.solutionVersions()
Returns an iterable to iterate through the paginated
ListSolutionVersionsResponse.solutionVersions()
member. |
Copyright © 2023. All rights reserved.