Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchLookupPolicy.Builder
-
Packages that use BatchLookupPolicy.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchLookupPolicy.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchLookupPolicy.Builder Modifier and Type Method Description static BatchLookupPolicy.BuilderBatchLookupPolicy. builder()BatchLookupPolicy.BuilderBatchLookupPolicy.Builder. maxResults(Integer maxResults)The maximum number of results to retrieve.BatchLookupPolicy.BuilderBatchLookupPolicy.Builder. nextToken(String nextToken)The pagination token.default BatchLookupPolicy.BuilderBatchLookupPolicy.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)Reference that identifies the object whose policies will be looked up.BatchLookupPolicy.BuilderBatchLookupPolicy.Builder. objectReference(ObjectReference objectReference)Reference that identifies the object whose policies will be looked up.BatchLookupPolicy.BuilderBatchLookupPolicy. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchLookupPolicy.Builder Modifier and Type Method Description static Class<? extends BatchLookupPolicy.Builder>BatchLookupPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchLookupPolicy.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. lookupPolicy(Consumer<BatchLookupPolicy.Builder> lookupPolicy)Lists all policies from the root of the Directory to the object specified.
-