Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListPolicyAttachments.Builder
-
Packages that use BatchListPolicyAttachments.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListPolicyAttachments.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListPolicyAttachments.Builder Modifier and Type Method Description static BatchListPolicyAttachments.BuilderBatchListPolicyAttachments. builder()BatchListPolicyAttachments.BuilderBatchListPolicyAttachments.Builder. maxResults(Integer maxResults)The maximum number of results to retrieve.BatchListPolicyAttachments.BuilderBatchListPolicyAttachments.Builder. nextToken(String nextToken)The pagination token.default BatchListPolicyAttachments.BuilderBatchListPolicyAttachments.Builder. policyReference(Consumer<ObjectReference.Builder> policyReference)The reference that identifies the policy object.BatchListPolicyAttachments.BuilderBatchListPolicyAttachments.Builder. policyReference(ObjectReference policyReference)The reference that identifies the policy object.BatchListPolicyAttachments.BuilderBatchListPolicyAttachments. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListPolicyAttachments.Builder Modifier and Type Method Description static Class<? extends BatchListPolicyAttachments.Builder>BatchListPolicyAttachments. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListPolicyAttachments.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. listPolicyAttachments(Consumer<BatchListPolicyAttachments.Builder> listPolicyAttachments)Returns all of theObjectIdentifiersto which a given policy is attached.
-