Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListObjectParents.Builder
-
Packages that use BatchListObjectParents.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListObjectParents.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListObjectParents.Builder Modifier and Type Method Description static BatchListObjectParents.BuilderBatchListObjectParents. builder()BatchListObjectParents.BuilderBatchListObjectParents.Builder. maxResults(Integer maxResults)The maximum number of items to be retrieved in a single call.BatchListObjectParents.BuilderBatchListObjectParents.Builder. nextToken(String nextToken)The pagination token.default BatchListObjectParents.BuilderBatchListObjectParents.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)Sets the value of the ObjectReference property for this object.BatchListObjectParents.BuilderBatchListObjectParents.Builder. objectReference(ObjectReference objectReference)Sets the value of the ObjectReference property for this object.BatchListObjectParents.BuilderBatchListObjectParents. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListObjectParents.Builder Modifier and Type Method Description static Class<? extends BatchListObjectParents.Builder>BatchListObjectParents. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListObjectParents.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. listObjectParents(Consumer<BatchListObjectParents.Builder> listObjectParents)Lists parent objects that are associated with a given object in pagination fashion.
-