Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListObjectAttributes.Builder
-
Packages that use BatchListObjectAttributes.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListObjectAttributes.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListObjectAttributes.Builder Modifier and Type Method Description static BatchListObjectAttributes.BuilderBatchListObjectAttributes. builder()default BatchListObjectAttributes.BuilderBatchListObjectAttributes.Builder. facetFilter(Consumer<SchemaFacet.Builder> facetFilter)Used to filter the list of object attributes that are associated with a certain facet.BatchListObjectAttributes.BuilderBatchListObjectAttributes.Builder. facetFilter(SchemaFacet facetFilter)Used to filter the list of object attributes that are associated with a certain facet.BatchListObjectAttributes.BuilderBatchListObjectAttributes.Builder. maxResults(Integer maxResults)The maximum number of items to be retrieved in a single call.BatchListObjectAttributes.BuilderBatchListObjectAttributes.Builder. nextToken(String nextToken)The pagination token.default BatchListObjectAttributes.BuilderBatchListObjectAttributes.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)Reference of the object whose attributes need to be listed.BatchListObjectAttributes.BuilderBatchListObjectAttributes.Builder. objectReference(ObjectReference objectReference)Reference of the object whose attributes need to be listed.BatchListObjectAttributes.BuilderBatchListObjectAttributes. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListObjectAttributes.Builder Modifier and Type Method Description static Class<? extends BatchListObjectAttributes.Builder>BatchListObjectAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListObjectAttributes.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. listObjectAttributes(Consumer<BatchListObjectAttributes.Builder> listObjectAttributes)Lists all attributes that are associated with an object.
-