| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
Eula |
Eula.clone() |
Eula |
GetEulaResult.getEula()
The EULA.
|
Eula |
Eula.withContent(String content)
The EULA content.
|
Eula |
Eula.withCreatedAt(Date createdAt)
The ISO timestamp in seconds for when the resource was created.
|
Eula |
Eula.withEulaId(String eulaId)
The EULA ID.
|
Eula |
Eula.withName(String name)
The name for the EULA.
|
Eula |
Eula.withUpdatedAt(Date updatedAt)
The ISO timestamp in seconds for when the resource was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Eula> |
ListEulasResult.getEulas()
A collection of EULA resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEulaResult.setEula(Eula eula)
The EULA.
|
GetEulaResult |
GetEulaResult.withEula(Eula eula)
The EULA.
|
ListEulasResult |
ListEulasResult.withEulas(Eula... eulas)
A collection of EULA resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEulasResult.setEulas(Collection<Eula> eulas)
A collection of EULA resources.
|
ListEulasResult |
ListEulasResult.withEulas(Collection<Eula> eulas)
A collection of EULA resources.
|
Copyright © 2023. All rights reserved.