| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
LastUpdate |
LastUpdate.clone() |
LastUpdate |
Environment.getLastUpdate()
The status of the last update on the environment.
|
LastUpdate |
LastUpdate.withCreatedAt(Date createdAt)
The day and time of the last update on the environment.
|
LastUpdate |
LastUpdate.withError(UpdateError error)
The error that was encountered during the last update of the environment.
|
LastUpdate |
LastUpdate.withSource(String source)
The source of the last update to the environment.
|
LastUpdate |
LastUpdate.withStatus(String status)
The status of the last update on the environment.
|
LastUpdate |
LastUpdate.withStatus(UpdateStatus status)
The status of the last update on the environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setLastUpdate(LastUpdate lastUpdate)
The status of the last update on the environment.
|
Environment |
Environment.withLastUpdate(LastUpdate lastUpdate)
The status of the last update on the environment.
|
Copyright © 2022. All rights reserved.