| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchReadOperation |
BatchReadOperation.clone() |
BatchReadOperation |
BatchReadOperation.withGetLinkAttributes(BatchGetLinkAttributes getLinkAttributes)
Retrieves attributes that are associated with a typed link.
|
BatchReadOperation |
BatchReadOperation.withGetObjectAttributes(BatchGetObjectAttributes getObjectAttributes)
Retrieves attributes within a facet that are associated with an object.
|
BatchReadOperation |
BatchReadOperation.withGetObjectInformation(BatchGetObjectInformation getObjectInformation)
Retrieves metadata about an object.
|
BatchReadOperation |
BatchReadOperation.withListAttachedIndices(BatchListAttachedIndices listAttachedIndices)
Lists indices attached to an object.
|
BatchReadOperation |
BatchReadOperation.withListIncomingTypedLinks(BatchListIncomingTypedLinks listIncomingTypedLinks)
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
BatchReadOperation |
BatchReadOperation.withListIndex(BatchListIndex listIndex)
Lists objects attached to the specified index.
|
BatchReadOperation |
BatchReadOperation.withListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes that are associated with an object.
|
BatchReadOperation |
BatchReadOperation.withListObjectChildren(BatchListObjectChildren listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
|
BatchReadOperation |
BatchReadOperation.withListObjectParentPaths(BatchListObjectParentPaths listObjectParentPaths)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
BatchReadOperation |
BatchReadOperation.withListObjectParents(BatchListObjectParents listObjectParents)
Lists parent objects that are associated with a given object in pagination fashion.
|
BatchReadOperation |
BatchReadOperation.withListObjectPolicies(BatchListObjectPolicies listObjectPolicies)
Returns policies attached to an object in pagination fashion.
|
BatchReadOperation |
BatchReadOperation.withListOutgoingTypedLinks(BatchListOutgoingTypedLinks listOutgoingTypedLinks)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
BatchReadOperation |
BatchReadOperation.withListPolicyAttachments(BatchListPolicyAttachments listPolicyAttachments)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
BatchReadOperation |
BatchReadOperation.withLookupPolicy(BatchLookupPolicy lookupPolicy)
Lists all policies from the root of the Directory to the object specified.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchReadOperation> |
BatchReadRequest.getOperations()
A list of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReadRequest |
BatchReadRequest.withOperations(BatchReadOperation... operations)
A list of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchReadRequest.setOperations(Collection<BatchReadOperation> operations)
A list of operations that are part of the batch.
|
BatchReadRequest |
BatchReadRequest.withOperations(Collection<BatchReadOperation> operations)
A list of operations that are part of the batch.
|
Copyright © 2022. All rights reserved.