| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAppliedSchemaArnsResponse |
CloudDirectoryClient.listAppliedSchemaArns(Consumer<ListAppliedSchemaArnsRequest.Builder> listAppliedSchemaArnsRequest)
Lists schema major versions applied to a directory.
|
default ListAppliedSchemaArnsResponse |
CloudDirectoryClient.listAppliedSchemaArns(ListAppliedSchemaArnsRequest listAppliedSchemaArnsRequest)
Lists schema major versions applied to a directory.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAppliedSchemaArnsResponse> |
CloudDirectoryAsyncClient.listAppliedSchemaArns(Consumer<ListAppliedSchemaArnsRequest.Builder> listAppliedSchemaArnsRequest)
Lists schema major versions applied to a directory.
|
default CompletableFuture<ListAppliedSchemaArnsResponse> |
CloudDirectoryAsyncClient.listAppliedSchemaArns(ListAppliedSchemaArnsRequest listAppliedSchemaArnsRequest)
Lists schema major versions applied to a directory.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAppliedSchemaArnsResponse> |
ListAppliedSchemaArnsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppliedSchemaArnsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAppliedSchemaArnsResponse> subscriber) |
Copyright © 2022. All rights reserved.