| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
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 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 AttachObjectResponse |
CloudDirectoryClient.attachObject(AttachObjectRequest attachObjectRequest)
Attaches an existing object to another object.
|
default AttachObjectResponse |
CloudDirectoryClient.attachObject(Consumer<AttachObjectRequest.Builder> attachObjectRequest)
Attaches an existing object to another object.
|
default AttachToIndexResponse |
CloudDirectoryClient.attachToIndex(AttachToIndexRequest attachToIndexRequest)
Attaches the specified object to the specified index.
|
default AttachToIndexResponse |
CloudDirectoryClient.attachToIndex(Consumer<AttachToIndexRequest.Builder> attachToIndexRequest)
Attaches the specified object to the specified index.
|
default AttachTypedLinkResponse |
CloudDirectoryClient.attachTypedLink(AttachTypedLinkRequest attachTypedLinkRequest)
Attaches a typed link to a specified source and target object.
|
default AttachTypedLinkResponse |
CloudDirectoryClient.attachTypedLink(Consumer<AttachTypedLinkRequest.Builder> attachTypedLinkRequest)
Attaches a typed link to a specified source and target object.
|
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. |
default UpgradePublishedSchemaResponse |
CloudDirectoryClient.upgradePublishedSchema(Consumer<UpgradePublishedSchemaRequest.Builder> upgradePublishedSchemaRequest)
Upgrades a published schema under a new minor version revision using the current contents of
DevelopmentSchemaArn. |
default UpgradePublishedSchemaResponse |
CloudDirectoryClient.upgradePublishedSchema(UpgradePublishedSchemaRequest upgradePublishedSchemaRequest)
Upgrades a published schema under a new minor version revision using the current contents of
DevelopmentSchemaArn. |
Copyright © 2022. All rights reserved.