| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
SolutionVersionSummary |
SolutionVersionSummary.clone() |
SolutionVersionSummary |
Solution.getLatestSolutionVersion()
Describes the latest version of the solution, including the status and the ARN.
|
SolutionVersionSummary |
SolutionVersionSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that this version of a solution was created.
|
SolutionVersionSummary |
SolutionVersionSummary.withFailureReason(String failureReason)
If a solution version fails, the reason behind the failure.
|
SolutionVersionSummary |
SolutionVersionSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the solution version was last updated.
|
SolutionVersionSummary |
SolutionVersionSummary.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version.
|
SolutionVersionSummary |
SolutionVersionSummary.withStatus(String status)
The status of the solution version.
|
| Modifier and Type | Method and Description |
|---|---|
List<SolutionVersionSummary> |
ListSolutionVersionsResult.getSolutionVersions()
A list of solution versions describing the version properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Solution.setLatestSolutionVersion(SolutionVersionSummary latestSolutionVersion)
Describes the latest version of the solution, including the status and the ARN.
|
Solution |
Solution.withLatestSolutionVersion(SolutionVersionSummary latestSolutionVersion)
Describes the latest version of the solution, including the status and the ARN.
|
ListSolutionVersionsResult |
ListSolutionVersionsResult.withSolutionVersions(SolutionVersionSummary... solutionVersions)
A list of solution versions describing the version properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSolutionVersionsResult.setSolutionVersions(Collection<SolutionVersionSummary> solutionVersions)
A list of solution versions describing the version properties.
|
ListSolutionVersionsResult |
ListSolutionVersionsResult.withSolutionVersions(Collection<SolutionVersionSummary> solutionVersions)
A list of solution versions describing the version properties.
|
Copyright © 2021. All rights reserved.