BatchReadOperation
Represents the output of a BatchRead
operation.
Contents
- GetLinkAttributes
-
Retrieves attributes that are associated with a typed link.
Type: BatchGetLinkAttributes object
Required: No
- GetObjectAttributes
-
Retrieves attributes within a facet that are associated with an object.
Type: BatchGetObjectAttributes object
Required: No
- GetObjectInformation
-
Retrieves metadata about an object.
Type: BatchGetObjectInformation object
Required: No
- ListAttachedIndices
-
Lists indices attached to an object.
Type: BatchListAttachedIndices object
Required: No
- ListIncomingTypedLinks
-
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
Type: BatchListIncomingTypedLinks object
Required: No
- ListIndex
-
Lists objects attached to the specified index.
Type: BatchListIndex object
Required: No
- ListObjectAttributes
-
Lists all attributes that are associated with an object.
Type: BatchListObjectAttributes object
Required: No
- ListObjectChildren
-
Returns a paginated list of child objects that are associated with a given object.
Type: BatchListObjectChildren object
Required: No
- ListObjectParentPaths
-
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.
Type: BatchListObjectParentPaths object
Required: No
- ListObjectParents
-
Lists parent objects that are associated with a given object in pagination fashion.
Type: BatchListObjectParents object
Required: No
- ListObjectPolicies
-
Returns policies attached to an object in pagination fashion.
Type: BatchListObjectPolicies object
Required: No
- ListOutgoingTypedLinks
-
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
Type: BatchListOutgoingTypedLinks object
Required: No
- ListPolicyAttachments
-
Returns all of the
ObjectIdentifiers
to which a given policy is attached.Type: BatchListPolicyAttachments object
Required: No
- LookupPolicy
-
Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the
ObjectIdentifier
for such objects. If policies are present, it returnsObjectIdentifier
,policyId
, andpolicyType
. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.Type: BatchLookupPolicy object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: