| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSchemaExtensionsResponse |
DirectoryClient.listSchemaExtensions(Consumer<ListSchemaExtensionsRequest.Builder> listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
default ListSchemaExtensionsResponse |
DirectoryClient.listSchemaExtensions(ListSchemaExtensionsRequest listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSchemaExtensionsResponse> |
DirectoryAsyncClient.listSchemaExtensions(Consumer<ListSchemaExtensionsRequest.Builder> listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
default CompletableFuture<ListSchemaExtensionsResponse> |
DirectoryAsyncClient.listSchemaExtensions(ListSchemaExtensionsRequest listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSchemaExtensionsResponse> |
ListSchemaExtensionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemaExtensionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSchemaExtensionsResponse> subscriber) |
Copyright © 2022. All rights reserved.