Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchGetObjectAttributes.Builder
-
Packages that use BatchGetObjectAttributes.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchGetObjectAttributes.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchGetObjectAttributes.Builder Modifier and Type Method Description BatchGetObjectAttributes.BuilderBatchGetObjectAttributes.Builder. attributeNames(String... attributeNames)List of attribute names whose values will be retrieved.BatchGetObjectAttributes.BuilderBatchGetObjectAttributes.Builder. attributeNames(Collection<String> attributeNames)List of attribute names whose values will be retrieved.static BatchGetObjectAttributes.BuilderBatchGetObjectAttributes. builder()default BatchGetObjectAttributes.BuilderBatchGetObjectAttributes.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)Reference that identifies the object whose attributes will be retrieved.BatchGetObjectAttributes.BuilderBatchGetObjectAttributes.Builder. objectReference(ObjectReference objectReference)Reference that identifies the object whose attributes will be retrieved.default BatchGetObjectAttributes.BuilderBatchGetObjectAttributes.Builder. schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)Identifier for the facet whose attributes will be retrieved.BatchGetObjectAttributes.BuilderBatchGetObjectAttributes.Builder. schemaFacet(SchemaFacet schemaFacet)Identifier for the facet whose attributes will be retrieved.BatchGetObjectAttributes.BuilderBatchGetObjectAttributes. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchGetObjectAttributes.Builder Modifier and Type Method Description static Class<? extends BatchGetObjectAttributes.Builder>BatchGetObjectAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchGetObjectAttributes.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. getObjectAttributes(Consumer<BatchGetObjectAttributes.Builder> getObjectAttributes)Retrieves attributes within a facet that are associated with an object.
-