| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaExtensionInfo |
SchemaExtensionInfo.clone() |
SchemaExtensionInfo |
SchemaExtensionInfo.withDescription(String description)
A description of the schema extension.
|
SchemaExtensionInfo |
SchemaExtensionInfo.withDirectoryId(String directoryId)
The identifier of the directory to which the schema extension is applied.
|
SchemaExtensionInfo |
SchemaExtensionInfo.withEndDateTime(Date endDateTime)
The date and time that the schema extension was completed.
|
SchemaExtensionInfo |
SchemaExtensionInfo.withSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension.
|
SchemaExtensionInfo |
SchemaExtensionInfo.withSchemaExtensionStatus(SchemaExtensionStatus schemaExtensionStatus)
The current status of the schema extension.
|
SchemaExtensionInfo |
SchemaExtensionInfo.withSchemaExtensionStatus(String schemaExtensionStatus)
The current status of the schema extension.
|
SchemaExtensionInfo |
SchemaExtensionInfo.withSchemaExtensionStatusReason(String schemaExtensionStatusReason)
The reason for the
SchemaExtensionStatus. |
SchemaExtensionInfo |
SchemaExtensionInfo.withStartDateTime(Date startDateTime)
The date and time that the schema extension started being applied to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaExtensionInfo> |
ListSchemaExtensionsResult.getSchemaExtensionsInfo()
Information about the schema extensions applied to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemaExtensionsResult |
ListSchemaExtensionsResult.withSchemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemaExtensionsResult.setSchemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
ListSchemaExtensionsResult |
ListSchemaExtensionsResult.withSchemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
Copyright © 2023. All rights reserved.