| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateSchemaResponse |
CloudDirectoryClient.updateSchema(Consumer<UpdateSchemaRequest.Builder> updateSchemaRequest)
Updates the schema name with a new name.
|
default UpdateSchemaResponse |
CloudDirectoryClient.updateSchema(UpdateSchemaRequest updateSchemaRequest)
Updates the schema name with a new name.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateSchemaResponse> |
CloudDirectoryAsyncClient.updateSchema(Consumer<UpdateSchemaRequest.Builder> updateSchemaRequest)
Updates the schema name with a new name.
|
default CompletableFuture<UpdateSchemaResponse> |
CloudDirectoryAsyncClient.updateSchema(UpdateSchemaRequest updateSchemaRequest)
Updates the schema name with a new name.
|
Copyright © 2022. All rights reserved.