| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model | |
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaExtensionInfo> |
ListSchemaExtensionsResponse.schemaExtensionsInfo()
Information about the schema extensions applied to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemaExtensionsResponse.Builder |
ListSchemaExtensionsResponse.Builder.schemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemaExtensionsResponse.Builder |
ListSchemaExtensionsResponse.Builder.schemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SchemaExtensionInfo> |
ListSchemaExtensionsIterable.schemaExtensionsInfo()
Returns an iterable to iterate through the paginated
ListSchemaExtensionsResponse.schemaExtensionsInfo()
member. |
SdkPublisher<SchemaExtensionInfo> |
ListSchemaExtensionsPublisher.schemaExtensionsInfo()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.