| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
SolutionSummary |
SolutionSummary.clone() |
SolutionSummary |
SolutionSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the solution was created.
|
SolutionSummary |
SolutionSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the solution was last updated.
|
SolutionSummary |
SolutionSummary.withName(String name)
The name of the solution.
|
SolutionSummary |
SolutionSummary.withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
|
SolutionSummary |
SolutionSummary.withStatus(String status)
The status of the solution.
|
| Modifier and Type | Method and Description |
|---|---|
List<SolutionSummary> |
ListSolutionsResult.getSolutions()
A list of the current solutions.
|
| Modifier and Type | Method and Description |
|---|---|
ListSolutionsResult |
ListSolutionsResult.withSolutions(SolutionSummary... solutions)
A list of the current solutions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSolutionsResult.setSolutions(Collection<SolutionSummary> solutions)
A list of the current solutions.
|
ListSolutionsResult |
ListSolutionsResult.withSolutions(Collection<SolutionSummary> solutions)
A list of the current solutions.
|
Copyright © 2019. All rights reserved.