default ApplySchemaResponse |
CloudDirectoryClient.applySchema(Consumer<ApplySchemaRequest.Builder> applySchemaRequest) |
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
default ApplySchemaResponse |
CloudDirectoryClient.applySchema(ApplySchemaRequest applySchemaRequest) |
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
default CreateSchemaResponse |
CloudDirectoryClient.createSchema(Consumer<CreateSchemaRequest.Builder> createSchemaRequest) |
Creates a new schema in a development state.
|
default CreateSchemaResponse |
CloudDirectoryClient.createSchema(CreateSchemaRequest createSchemaRequest) |
Creates a new schema in a development state.
|
default UpgradeAppliedSchemaResponse |
CloudDirectoryClient.upgradeAppliedSchema(Consumer<UpgradeAppliedSchemaRequest.Builder> upgradeAppliedSchemaRequest) |
Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in
MinorVersion.
|
default UpgradeAppliedSchemaResponse |
CloudDirectoryClient.upgradeAppliedSchema(UpgradeAppliedSchemaRequest upgradeAppliedSchemaRequest) |
Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in
MinorVersion.
|