| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default AddFacetToObjectResponse |
CloudDirectoryClient.addFacetToObject(AddFacetToObjectRequest addFacetToObjectRequest)
Adds a new Facet to an object.
|
default AddFacetToObjectResponse |
CloudDirectoryClient.addFacetToObject(Consumer<AddFacetToObjectRequest.Builder> addFacetToObjectRequest)
Adds a new Facet to an object.
|
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 AttachPolicyResponse |
CloudDirectoryClient.attachPolicy(AttachPolicyRequest attachPolicyRequest)
Attaches a policy object to a regular object.
|
default AttachPolicyResponse |
CloudDirectoryClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)
Attaches a policy object to a regular 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 BatchReadResponse |
CloudDirectoryClient.batchRead(BatchReadRequest batchReadRequest)
Performs all the read operations in a batch.
|
default BatchReadResponse |
CloudDirectoryClient.batchRead(Consumer<BatchReadRequest.Builder> batchReadRequest)
Performs all the read operations in a batch.
|
default BatchWriteResponse |
CloudDirectoryClient.batchWrite(BatchWriteRequest batchWriteRequest)
Performs all the write operations in a batch.
|
default BatchWriteResponse |
CloudDirectoryClient.batchWrite(Consumer<BatchWriteRequest.Builder> batchWriteRequest)
Performs all the write operations in a batch.
|
default CreateDirectoryResponse |
CloudDirectoryClient.createDirectory(Consumer<CreateDirectoryRequest.Builder> createDirectoryRequest)
Creates a Directory by copying the published schema into the directory.
|
default CreateDirectoryResponse |
CloudDirectoryClient.createDirectory(CreateDirectoryRequest createDirectoryRequest)
Creates a Directory by copying the published schema into the directory.
|
default CreateFacetResponse |
CloudDirectoryClient.createFacet(Consumer<CreateFacetRequest.Builder> createFacetRequest)
Creates a new Facet in a schema.
|
default CreateFacetResponse |
CloudDirectoryClient.createFacet(CreateFacetRequest createFacetRequest)
Creates a new Facet in a schema.
|
default CreateIndexResponse |
CloudDirectoryClient.createIndex(Consumer<CreateIndexRequest.Builder> createIndexRequest)
Creates an index object.
|
default CreateIndexResponse |
CloudDirectoryClient.createIndex(CreateIndexRequest createIndexRequest)
Creates an index object.
|
default CreateObjectResponse |
CloudDirectoryClient.createObject(Consumer<CreateObjectRequest.Builder> createObjectRequest)
Creates an object in a Directory.
|
default CreateObjectResponse |
CloudDirectoryClient.createObject(CreateObjectRequest createObjectRequest)
Creates an object in a Directory.
|
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 CreateTypedLinkFacetResponse |
CloudDirectoryClient.createTypedLinkFacet(Consumer<CreateTypedLinkFacetRequest.Builder> createTypedLinkFacetRequest)
Creates a TypedLinkFacet.
|
default CreateTypedLinkFacetResponse |
CloudDirectoryClient.createTypedLinkFacet(CreateTypedLinkFacetRequest createTypedLinkFacetRequest)
Creates a TypedLinkFacet.
|
default DeleteDirectoryResponse |
CloudDirectoryClient.deleteDirectory(Consumer<DeleteDirectoryRequest.Builder> deleteDirectoryRequest)
Deletes a directory.
|
default DeleteDirectoryResponse |
CloudDirectoryClient.deleteDirectory(DeleteDirectoryRequest deleteDirectoryRequest)
Deletes a directory.
|
default DeleteFacetResponse |
CloudDirectoryClient.deleteFacet(Consumer<DeleteFacetRequest.Builder> deleteFacetRequest)
Deletes a given Facet.
|
default DeleteFacetResponse |
CloudDirectoryClient.deleteFacet(DeleteFacetRequest deleteFacetRequest)
Deletes a given Facet.
|
default DeleteObjectResponse |
CloudDirectoryClient.deleteObject(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest)
Deletes an object and its associated attributes.
|
default DeleteObjectResponse |
CloudDirectoryClient.deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes an object and its associated attributes.
|
default DeleteSchemaResponse |
CloudDirectoryClient.deleteSchema(Consumer<DeleteSchemaRequest.Builder> deleteSchemaRequest)
Deletes a given schema.
|
default DeleteSchemaResponse |
CloudDirectoryClient.deleteSchema(DeleteSchemaRequest deleteSchemaRequest)
Deletes a given schema.
|
default DeleteTypedLinkFacetResponse |
CloudDirectoryClient.deleteTypedLinkFacet(Consumer<DeleteTypedLinkFacetRequest.Builder> deleteTypedLinkFacetRequest)
Deletes a TypedLinkFacet.
|
default DeleteTypedLinkFacetResponse |
CloudDirectoryClient.deleteTypedLinkFacet(DeleteTypedLinkFacetRequest deleteTypedLinkFacetRequest)
Deletes a TypedLinkFacet.
|
default DetachFromIndexResponse |
CloudDirectoryClient.detachFromIndex(Consumer<DetachFromIndexRequest.Builder> detachFromIndexRequest)
Detaches the specified object from the specified index.
|
default DetachFromIndexResponse |
CloudDirectoryClient.detachFromIndex(DetachFromIndexRequest detachFromIndexRequest)
Detaches the specified object from the specified index.
|
default DetachObjectResponse |
CloudDirectoryClient.detachObject(Consumer<DetachObjectRequest.Builder> detachObjectRequest)
Detaches a given object from the parent object.
|
default DetachObjectResponse |
CloudDirectoryClient.detachObject(DetachObjectRequest detachObjectRequest)
Detaches a given object from the parent object.
|
default DetachPolicyResponse |
CloudDirectoryClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)
Detaches a policy from an object.
|
default DetachPolicyResponse |
CloudDirectoryClient.detachPolicy(DetachPolicyRequest detachPolicyRequest)
Detaches a policy from an object.
|
default DetachTypedLinkResponse |
CloudDirectoryClient.detachTypedLink(Consumer<DetachTypedLinkRequest.Builder> detachTypedLinkRequest)
Detaches a typed link from a specified source and target object.
|
default DetachTypedLinkResponse |
CloudDirectoryClient.detachTypedLink(DetachTypedLinkRequest detachTypedLinkRequest)
Detaches a typed link from a specified source and target object.
|
default DisableDirectoryResponse |
CloudDirectoryClient.disableDirectory(Consumer<DisableDirectoryRequest.Builder> disableDirectoryRequest)
Disables the specified directory.
|
default DisableDirectoryResponse |
CloudDirectoryClient.disableDirectory(DisableDirectoryRequest disableDirectoryRequest)
Disables the specified directory.
|
default EnableDirectoryResponse |
CloudDirectoryClient.enableDirectory(Consumer<EnableDirectoryRequest.Builder> enableDirectoryRequest)
Enables the specified directory.
|
default EnableDirectoryResponse |
CloudDirectoryClient.enableDirectory(EnableDirectoryRequest enableDirectoryRequest)
Enables the specified directory.
|
default GetAppliedSchemaVersionResponse |
CloudDirectoryClient.getAppliedSchemaVersion(Consumer<GetAppliedSchemaVersionRequest.Builder> getAppliedSchemaVersionRequest)
Returns current applied schema version ARN, including the minor version in use.
|
default GetAppliedSchemaVersionResponse |
CloudDirectoryClient.getAppliedSchemaVersion(GetAppliedSchemaVersionRequest getAppliedSchemaVersionRequest)
Returns current applied schema version ARN, including the minor version in use.
|
default GetDirectoryResponse |
CloudDirectoryClient.getDirectory(Consumer<GetDirectoryRequest.Builder> getDirectoryRequest)
Retrieves metadata about a directory.
|
default GetDirectoryResponse |
CloudDirectoryClient.getDirectory(GetDirectoryRequest getDirectoryRequest)
Retrieves metadata about a directory.
|
default GetFacetResponse |
CloudDirectoryClient.getFacet(Consumer<GetFacetRequest.Builder> getFacetRequest)
|
default GetFacetResponse |
CloudDirectoryClient.getFacet(GetFacetRequest getFacetRequest)
|
default GetLinkAttributesResponse |
CloudDirectoryClient.getLinkAttributes(Consumer<GetLinkAttributesRequest.Builder> getLinkAttributesRequest)
Retrieves attributes that are associated with a typed link.
|
default GetLinkAttributesResponse |
CloudDirectoryClient.getLinkAttributes(GetLinkAttributesRequest getLinkAttributesRequest)
Retrieves attributes that are associated with a typed link.
|
default GetObjectAttributesResponse |
CloudDirectoryClient.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)
Retrieves attributes within a facet that are associated with an object.
|
default GetObjectAttributesResponse |
CloudDirectoryClient.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)
Retrieves attributes within a facet that are associated with an object.
|
default GetObjectInformationResponse |
CloudDirectoryClient.getObjectInformation(Consumer<GetObjectInformationRequest.Builder> getObjectInformationRequest)
Retrieves metadata about an object.
|
default GetObjectInformationResponse |
CloudDirectoryClient.getObjectInformation(GetObjectInformationRequest getObjectInformationRequest)
Retrieves metadata about an object.
|
default GetSchemaAsJsonResponse |
CloudDirectoryClient.getSchemaAsJson(Consumer<GetSchemaAsJsonRequest.Builder> getSchemaAsJsonRequest)
Retrieves a JSON representation of the schema.
|
default GetSchemaAsJsonResponse |
CloudDirectoryClient.getSchemaAsJson(GetSchemaAsJsonRequest getSchemaAsJsonRequest)
Retrieves a JSON representation of the schema.
|
default GetTypedLinkFacetInformationResponse |
CloudDirectoryClient.getTypedLinkFacetInformation(Consumer<GetTypedLinkFacetInformationRequest.Builder> getTypedLinkFacetInformationRequest)
Returns the identity attribute order for a specific TypedLinkFacet.
|
default GetTypedLinkFacetInformationResponse |
CloudDirectoryClient.getTypedLinkFacetInformation(GetTypedLinkFacetInformationRequest getTypedLinkFacetInformationRequest)
Returns the identity attribute order for a specific TypedLinkFacet.
|
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.
|
default ListAppliedSchemaArnsIterable |
CloudDirectoryClient.listAppliedSchemaArnsPaginator(Consumer<ListAppliedSchemaArnsRequest.Builder> listAppliedSchemaArnsRequest)
Lists schema major versions applied to a directory.
|
default ListAppliedSchemaArnsIterable |
CloudDirectoryClient.listAppliedSchemaArnsPaginator(ListAppliedSchemaArnsRequest listAppliedSchemaArnsRequest)
Lists schema major versions applied to a directory.
|
default ListAttachedIndicesResponse |
CloudDirectoryClient.listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesResponse |
CloudDirectoryClient.listAttachedIndices(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesIterable |
CloudDirectoryClient.listAttachedIndicesPaginator(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesIterable |
CloudDirectoryClient.listAttachedIndicesPaginator(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListDevelopmentSchemaArnsResponse |
CloudDirectoryClient.listDevelopmentSchemaArns()
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
|
default ListDevelopmentSchemaArnsResponse |
CloudDirectoryClient.listDevelopmentSchemaArns(Consumer<ListDevelopmentSchemaArnsRequest.Builder> listDevelopmentSchemaArnsRequest)
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
|
default ListDevelopmentSchemaArnsResponse |
CloudDirectoryClient.listDevelopmentSchemaArns(ListDevelopmentSchemaArnsRequest listDevelopmentSchemaArnsRequest)
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
|
default ListDevelopmentSchemaArnsIterable |
CloudDirectoryClient.listDevelopmentSchemaArnsPaginator()
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
|
default ListDevelopmentSchemaArnsIterable |
CloudDirectoryClient.listDevelopmentSchemaArnsPaginator(Consumer<ListDevelopmentSchemaArnsRequest.Builder> listDevelopmentSchemaArnsRequest)
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
|
default ListDevelopmentSchemaArnsIterable |
CloudDirectoryClient.listDevelopmentSchemaArnsPaginator(ListDevelopmentSchemaArnsRequest listDevelopmentSchemaArnsRequest)
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
|
default ListDirectoriesResponse |
CloudDirectoryClient.listDirectories()
Lists directories created within an account.
|
default ListDirectoriesResponse |
CloudDirectoryClient.listDirectories(Consumer<ListDirectoriesRequest.Builder> listDirectoriesRequest)
Lists directories created within an account.
|
default ListDirectoriesResponse |
CloudDirectoryClient.listDirectories(ListDirectoriesRequest listDirectoriesRequest)
Lists directories created within an account.
|
default ListDirectoriesIterable |
CloudDirectoryClient.listDirectoriesPaginator()
Lists directories created within an account.
|
default ListDirectoriesIterable |
CloudDirectoryClient.listDirectoriesPaginator(Consumer<ListDirectoriesRequest.Builder> listDirectoriesRequest)
Lists directories created within an account.
|
default ListDirectoriesIterable |
CloudDirectoryClient.listDirectoriesPaginator(ListDirectoriesRequest listDirectoriesRequest)
Lists directories created within an account.
|
default ListFacetAttributesResponse |
CloudDirectoryClient.listFacetAttributes(Consumer<ListFacetAttributesRequest.Builder> listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
default ListFacetAttributesResponse |
CloudDirectoryClient.listFacetAttributes(ListFacetAttributesRequest listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
default ListFacetAttributesIterable |
CloudDirectoryClient.listFacetAttributesPaginator(Consumer<ListFacetAttributesRequest.Builder> listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
default ListFacetAttributesIterable |
CloudDirectoryClient.listFacetAttributesPaginator(ListFacetAttributesRequest listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
default ListFacetNamesResponse |
CloudDirectoryClient.listFacetNames(Consumer<ListFacetNamesRequest.Builder> listFacetNamesRequest)
Retrieves the names of facets that exist in a schema.
|
default ListFacetNamesResponse |
CloudDirectoryClient.listFacetNames(ListFacetNamesRequest listFacetNamesRequest)
Retrieves the names of facets that exist in a schema.
|
default ListFacetNamesIterable |
CloudDirectoryClient.listFacetNamesPaginator(Consumer<ListFacetNamesRequest.Builder> listFacetNamesRequest)
Retrieves the names of facets that exist in a schema.
|
default ListFacetNamesIterable |
CloudDirectoryClient.listFacetNamesPaginator(ListFacetNamesRequest listFacetNamesRequest)
Retrieves the names of facets that exist in a schema.
|
default ListIncomingTypedLinksResponse |
CloudDirectoryClient.listIncomingTypedLinks(Consumer<ListIncomingTypedLinksRequest.Builder> listIncomingTypedLinksRequest)
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
default ListIncomingTypedLinksResponse |
CloudDirectoryClient.listIncomingTypedLinks(ListIncomingTypedLinksRequest listIncomingTypedLinksRequest)
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
default ListIndexResponse |
CloudDirectoryClient.listIndex(Consumer<ListIndexRequest.Builder> listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexResponse |
CloudDirectoryClient.listIndex(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexIterable |
CloudDirectoryClient.listIndexPaginator(Consumer<ListIndexRequest.Builder> listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexIterable |
CloudDirectoryClient.listIndexPaginator(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
default ListObjectAttributesResponse |
CloudDirectoryClient.listObjectAttributes(Consumer<ListObjectAttributesRequest.Builder> listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
default ListObjectAttributesResponse |
CloudDirectoryClient.listObjectAttributes(ListObjectAttributesRequest listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
default ListObjectAttributesIterable |
CloudDirectoryClient.listObjectAttributesPaginator(Consumer<ListObjectAttributesRequest.Builder> listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
default ListObjectAttributesIterable |
CloudDirectoryClient.listObjectAttributesPaginator(ListObjectAttributesRequest listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
default ListObjectChildrenResponse |
CloudDirectoryClient.listObjectChildren(Consumer<ListObjectChildrenRequest.Builder> listObjectChildrenRequest)
Returns a paginated list of child objects that are associated with a given object.
|
default ListObjectChildrenResponse |
CloudDirectoryClient.listObjectChildren(ListObjectChildrenRequest listObjectChildrenRequest)
Returns a paginated list of child objects that are associated with a given object.
|
default ListObjectChildrenIterable |
CloudDirectoryClient.listObjectChildrenPaginator(Consumer<ListObjectChildrenRequest.Builder> listObjectChildrenRequest)
Returns a paginated list of child objects that are associated with a given object.
|
default ListObjectChildrenIterable |
CloudDirectoryClient.listObjectChildrenPaginator(ListObjectChildrenRequest listObjectChildrenRequest)
Returns a paginated list of child objects that are associated with a given object.
|
default ListObjectParentPathsResponse |
CloudDirectoryClient.listObjectParentPaths(Consumer<ListObjectParentPathsRequest.Builder> listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
default ListObjectParentPathsResponse |
CloudDirectoryClient.listObjectParentPaths(ListObjectParentPathsRequest listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
default ListObjectParentPathsIterable |
CloudDirectoryClient.listObjectParentPathsPaginator(Consumer<ListObjectParentPathsRequest.Builder> listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
default ListObjectParentPathsIterable |
CloudDirectoryClient.listObjectParentPathsPaginator(ListObjectParentPathsRequest listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
default ListObjectParentsResponse |
CloudDirectoryClient.listObjectParents(Consumer<ListObjectParentsRequest.Builder> listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
default ListObjectParentsResponse |
CloudDirectoryClient.listObjectParents(ListObjectParentsRequest listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
default ListObjectParentsIterable |
CloudDirectoryClient.listObjectParentsPaginator(Consumer<ListObjectParentsRequest.Builder> listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
default ListObjectParentsIterable |
CloudDirectoryClient.listObjectParentsPaginator(ListObjectParentsRequest listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
default ListObjectPoliciesResponse |
CloudDirectoryClient.listObjectPolicies(Consumer<ListObjectPoliciesRequest.Builder> listObjectPoliciesRequest)
Returns policies attached to an object in pagination fashion.
|
default ListObjectPoliciesResponse |
CloudDirectoryClient.listObjectPolicies(ListObjectPoliciesRequest listObjectPoliciesRequest)
Returns policies attached to an object in pagination fashion.
|
default ListObjectPoliciesIterable |
CloudDirectoryClient.listObjectPoliciesPaginator(Consumer<ListObjectPoliciesRequest.Builder> listObjectPoliciesRequest)
Returns policies attached to an object in pagination fashion.
|
default ListObjectPoliciesIterable |
CloudDirectoryClient.listObjectPoliciesPaginator(ListObjectPoliciesRequest listObjectPoliciesRequest)
Returns policies attached to an object in pagination fashion.
|
default ListOutgoingTypedLinksResponse |
CloudDirectoryClient.listOutgoingTypedLinks(Consumer<ListOutgoingTypedLinksRequest.Builder> listOutgoingTypedLinksRequest)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
default ListOutgoingTypedLinksResponse |
CloudDirectoryClient.listOutgoingTypedLinks(ListOutgoingTypedLinksRequest listOutgoingTypedLinksRequest)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
default ListPolicyAttachmentsResponse |
CloudDirectoryClient.listPolicyAttachments(Consumer<ListPolicyAttachmentsRequest.Builder> listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
default ListPolicyAttachmentsResponse |
CloudDirectoryClient.listPolicyAttachments(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
default ListPolicyAttachmentsIterable |
CloudDirectoryClient.listPolicyAttachmentsPaginator(Consumer<ListPolicyAttachmentsRequest.Builder> listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
default ListPolicyAttachmentsIterable |
CloudDirectoryClient.listPolicyAttachmentsPaginator(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
default ListPublishedSchemaArnsResponse |
CloudDirectoryClient.listPublishedSchemaArns()
Lists the major version families of each published schema.
|
default ListPublishedSchemaArnsResponse |
CloudDirectoryClient.listPublishedSchemaArns(Consumer<ListPublishedSchemaArnsRequest.Builder> listPublishedSchemaArnsRequest)
Lists the major version families of each published schema.
|
default ListPublishedSchemaArnsResponse |
CloudDirectoryClient.listPublishedSchemaArns(ListPublishedSchemaArnsRequest listPublishedSchemaArnsRequest)
Lists the major version families of each published schema.
|
default ListPublishedSchemaArnsIterable |
CloudDirectoryClient.listPublishedSchemaArnsPaginator()
Lists the major version families of each published schema.
|
default ListPublishedSchemaArnsIterable |
CloudDirectoryClient.listPublishedSchemaArnsPaginator(Consumer<ListPublishedSchemaArnsRequest.Builder> listPublishedSchemaArnsRequest)
Lists the major version families of each published schema.
|
default ListPublishedSchemaArnsIterable |
CloudDirectoryClient.listPublishedSchemaArnsPaginator(ListPublishedSchemaArnsRequest listPublishedSchemaArnsRequest)
Lists the major version families of each published schema.
|
default ListTagsForResourceResponse |
CloudDirectoryClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns tags for a resource.
|
default ListTagsForResourceResponse |
CloudDirectoryClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns tags for a resource.
|
default ListTagsForResourceIterable |
CloudDirectoryClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns tags for a resource.
|
default ListTagsForResourceIterable |
CloudDirectoryClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Returns tags for a resource.
|
default ListTypedLinkFacetAttributesResponse |
CloudDirectoryClient.listTypedLinkFacetAttributes(Consumer<ListTypedLinkFacetAttributesRequest.Builder> listTypedLinkFacetAttributesRequest)
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet.
|
default ListTypedLinkFacetAttributesResponse |
CloudDirectoryClient.listTypedLinkFacetAttributes(ListTypedLinkFacetAttributesRequest listTypedLinkFacetAttributesRequest)
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet.
|
default ListTypedLinkFacetAttributesIterable |
CloudDirectoryClient.listTypedLinkFacetAttributesPaginator(Consumer<ListTypedLinkFacetAttributesRequest.Builder> listTypedLinkFacetAttributesRequest)
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet.
|
default ListTypedLinkFacetAttributesIterable |
CloudDirectoryClient.listTypedLinkFacetAttributesPaginator(ListTypedLinkFacetAttributesRequest listTypedLinkFacetAttributesRequest)
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet.
|
default ListTypedLinkFacetNamesResponse |
CloudDirectoryClient.listTypedLinkFacetNames(Consumer<ListTypedLinkFacetNamesRequest.Builder> listTypedLinkFacetNamesRequest)
Returns a paginated list of
TypedLink facet names for a particular schema. |
default ListTypedLinkFacetNamesResponse |
CloudDirectoryClient.listTypedLinkFacetNames(ListTypedLinkFacetNamesRequest listTypedLinkFacetNamesRequest)
Returns a paginated list of
TypedLink facet names for a particular schema. |
default ListTypedLinkFacetNamesIterable |
CloudDirectoryClient.listTypedLinkFacetNamesPaginator(Consumer<ListTypedLinkFacetNamesRequest.Builder> listTypedLinkFacetNamesRequest)
Returns a paginated list of
TypedLink facet names for a particular schema. |
default ListTypedLinkFacetNamesIterable |
CloudDirectoryClient.listTypedLinkFacetNamesPaginator(ListTypedLinkFacetNamesRequest listTypedLinkFacetNamesRequest)
Returns a paginated list of
TypedLink facet names for a particular schema. |
default LookupPolicyResponse |
CloudDirectoryClient.lookupPolicy(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default LookupPolicyResponse |
CloudDirectoryClient.lookupPolicy(LookupPolicyRequest lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default LookupPolicyIterable |
CloudDirectoryClient.lookupPolicyPaginator(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default LookupPolicyIterable |
CloudDirectoryClient.lookupPolicyPaginator(LookupPolicyRequest lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default PublishSchemaResponse |
CloudDirectoryClient.publishSchema(Consumer<PublishSchemaRequest.Builder> publishSchemaRequest)
Publishes a development schema with a major version and a recommended minor version.
|
default PublishSchemaResponse |
CloudDirectoryClient.publishSchema(PublishSchemaRequest publishSchemaRequest)
Publishes a development schema with a major version and a recommended minor version.
|
default PutSchemaFromJsonResponse |
CloudDirectoryClient.putSchemaFromJson(Consumer<PutSchemaFromJsonRequest.Builder> putSchemaFromJsonRequest)
Allows a schema to be updated using JSON upload.
|
default PutSchemaFromJsonResponse |
CloudDirectoryClient.putSchemaFromJson(PutSchemaFromJsonRequest putSchemaFromJsonRequest)
Allows a schema to be updated using JSON upload.
|
default RemoveFacetFromObjectResponse |
CloudDirectoryClient.removeFacetFromObject(Consumer<RemoveFacetFromObjectRequest.Builder> removeFacetFromObjectRequest)
Removes the specified facet from the specified object.
|
default RemoveFacetFromObjectResponse |
CloudDirectoryClient.removeFacetFromObject(RemoveFacetFromObjectRequest removeFacetFromObjectRequest)
Removes the specified facet from the specified object.
|
default TagResourceResponse |
CloudDirectoryClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
An API operation for adding tags to a resource.
|
default TagResourceResponse |
CloudDirectoryClient.tagResource(TagResourceRequest tagResourceRequest)
An API operation for adding tags to a resource.
|
default UntagResourceResponse |
CloudDirectoryClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
An API operation for removing tags from a resource.
|
default UntagResourceResponse |
CloudDirectoryClient.untagResource(UntagResourceRequest untagResourceRequest)
An API operation for removing tags from a resource.
|
default UpdateFacetResponse |
CloudDirectoryClient.updateFacet(Consumer<UpdateFacetRequest.Builder> updateFacetRequest)
Does the following:
|
default UpdateFacetResponse |
CloudDirectoryClient.updateFacet(UpdateFacetRequest updateFacetRequest)
Does the following:
|
default UpdateLinkAttributesResponse |
CloudDirectoryClient.updateLinkAttributes(Consumer<UpdateLinkAttributesRequest.Builder> updateLinkAttributesRequest)
Updates a given typed link’s attributes.
|
default UpdateLinkAttributesResponse |
CloudDirectoryClient.updateLinkAttributes(UpdateLinkAttributesRequest updateLinkAttributesRequest)
Updates a given typed link’s attributes.
|
default UpdateObjectAttributesResponse |
CloudDirectoryClient.updateObjectAttributes(Consumer<UpdateObjectAttributesRequest.Builder> updateObjectAttributesRequest)
Updates a given object's attributes.
|
default UpdateObjectAttributesResponse |
CloudDirectoryClient.updateObjectAttributes(UpdateObjectAttributesRequest updateObjectAttributesRequest)
Updates a given object's attributes.
|
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.
|
default UpdateTypedLinkFacetResponse |
CloudDirectoryClient.updateTypedLinkFacet(Consumer<UpdateTypedLinkFacetRequest.Builder> updateTypedLinkFacetRequest)
Updates a TypedLinkFacet.
|
default UpdateTypedLinkFacetResponse |
CloudDirectoryClient.updateTypedLinkFacet(UpdateTypedLinkFacetRequest updateTypedLinkFacetRequest)
Updates a TypedLinkFacet.
|
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.