| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateInfoEntry |
UpdateInfoEntry.clone() |
UpdateInfoEntry |
UpdateInfoEntry.withInitiatedBy(String initiatedBy)
This specifies if the update was initiated by the customer or by the service team.
|
UpdateInfoEntry |
UpdateInfoEntry.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The last updated date and time of a particular directory setting.
|
UpdateInfoEntry |
UpdateInfoEntry.withNewValue(UpdateValue newValue)
The new value of the target setting.
|
UpdateInfoEntry |
UpdateInfoEntry.withPreviousValue(UpdateValue previousValue)
The old value of the target setting.
|
UpdateInfoEntry |
UpdateInfoEntry.withRegion(String region)
The name of the Region.
|
UpdateInfoEntry |
UpdateInfoEntry.withStartTime(Date startTime)
The start time of the
UpdateDirectorySetup for the particular type. |
UpdateInfoEntry |
UpdateInfoEntry.withStatus(String status)
The status of the update performed on the directory.
|
UpdateInfoEntry |
UpdateInfoEntry.withStatus(UpdateStatus status)
The status of the update performed on the directory.
|
UpdateInfoEntry |
UpdateInfoEntry.withStatusReason(String statusReason)
The reason for the current status of the update type activity.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateInfoEntry> |
DescribeUpdateDirectoryResult.getUpdateActivities()
The list of update activities on a directory for the requested update type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateDirectoryResult |
DescribeUpdateDirectoryResult.withUpdateActivities(UpdateInfoEntry... updateActivities)
The list of update activities on a directory for the requested update type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUpdateDirectoryResult.setUpdateActivities(Collection<UpdateInfoEntry> updateActivities)
The list of update activities on a directory for the requested update type.
|
DescribeUpdateDirectoryResult |
DescribeUpdateDirectoryResult.withUpdateActivities(Collection<UpdateInfoEntry> updateActivities)
The list of update activities on a directory for the requested update type.
|
Copyright © 2023. All rights reserved.