Class BatchReadOperation
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchReadOperation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchReadOperation.Builder,BatchReadOperation>
@Generated("software.amazon.awssdk:codegen") public final class BatchReadOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchReadOperation.Builder,BatchReadOperation>
Represents the output of a
BatchReadoperation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchReadOperation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchReadOperation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BatchGetLinkAttributesgetLinkAttributes()Retrieves attributes that are associated with a typed link.BatchGetObjectAttributesgetObjectAttributes()Retrieves attributes within a facet that are associated with an object.BatchGetObjectInformationgetObjectInformation()Retrieves metadata about an object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BatchListAttachedIndiceslistAttachedIndices()Lists indices attached to an object.BatchListIncomingTypedLinkslistIncomingTypedLinks()Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.BatchListIndexlistIndex()Lists objects attached to the specified index.BatchListObjectAttributeslistObjectAttributes()Lists all attributes that are associated with an object.BatchListObjectChildrenlistObjectChildren()Returns a paginated list of child objects that are associated with a given object.BatchListObjectParentPathslistObjectParentPaths()Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.BatchListObjectParentslistObjectParents()Lists parent objects that are associated with a given object in pagination fashion.BatchListObjectPolicieslistObjectPolicies()Returns policies attached to an object in pagination fashion.BatchListOutgoingTypedLinkslistOutgoingTypedLinks()Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.BatchListPolicyAttachmentslistPolicyAttachments()Returns all of theObjectIdentifiersto which a given policy is attached.BatchLookupPolicylookupPolicy()Lists all policies from the root of the Directory to the object specified.List<SdkField<?>>sdkFields()static Class<? extends BatchReadOperation.Builder>serializableBuilderClass()BatchReadOperation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
listObjectAttributes
public final BatchListObjectAttributes listObjectAttributes()
Lists all attributes that are associated with an object.
- Returns:
- Lists all attributes that are associated with an object.
-
listObjectChildren
public final BatchListObjectChildren listObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
- Returns:
- Returns a paginated list of child objects that are associated with a given object.
-
listAttachedIndices
public final BatchListAttachedIndices listAttachedIndices()
Lists indices attached to an object.
- Returns:
- Lists indices attached to an object.
-
listObjectParentPaths
public final BatchListObjectParentPaths 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.
- Returns:
- 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.
-
getObjectInformation
public final BatchGetObjectInformation getObjectInformation()
Retrieves metadata about an object.
- Returns:
- Retrieves metadata about an object.
-
getObjectAttributes
public final BatchGetObjectAttributes getObjectAttributes()
Retrieves attributes within a facet that are associated with an object.
- Returns:
- Retrieves attributes within a facet that are associated with an object.
-
listObjectParents
public final BatchListObjectParents listObjectParents()
Lists parent objects that are associated with a given object in pagination fashion.
- Returns:
- Lists parent objects that are associated with a given object in pagination fashion.
-
listObjectPolicies
public final BatchListObjectPolicies listObjectPolicies()
Returns policies attached to an object in pagination fashion.
- Returns:
- Returns policies attached to an object in pagination fashion.
-
listPolicyAttachments
public final BatchListPolicyAttachments listPolicyAttachments()
Returns all of the
ObjectIdentifiersto which a given policy is attached.- Returns:
- Returns all of the
ObjectIdentifiersto which a given policy is attached.
-
lookupPolicy
public final BatchLookupPolicy 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
ObjectIdentifierfor 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.- Returns:
- 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
ObjectIdentifierfor 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.
-
listIndex
public final BatchListIndex listIndex()
Lists objects attached to the specified index.
- Returns:
- Lists objects attached to the specified index.
-
listOutgoingTypedLinks
public final BatchListOutgoingTypedLinks 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.
- Returns:
- 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.
-
listIncomingTypedLinks
public final BatchListIncomingTypedLinks 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.
- Returns:
- 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.
-
getLinkAttributes
public final BatchGetLinkAttributes getLinkAttributes()
Retrieves attributes that are associated with a typed link.
- Returns:
- Retrieves attributes that are associated with a typed link.
-
toBuilder
public BatchReadOperation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchReadOperation.Builder,BatchReadOperation>
-
builder
public static BatchReadOperation.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchReadOperation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-