Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListPolicyAttachmentsResponse.Builder
-
Packages that use BatchListPolicyAttachmentsResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListPolicyAttachmentsResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListPolicyAttachmentsResponse.Builder Modifier and Type Method Description static BatchListPolicyAttachmentsResponse.BuilderBatchListPolicyAttachmentsResponse. builder()BatchListPolicyAttachmentsResponse.BuilderBatchListPolicyAttachmentsResponse.Builder. nextToken(String nextToken)The pagination token.BatchListPolicyAttachmentsResponse.BuilderBatchListPolicyAttachmentsResponse.Builder. objectIdentifiers(String... objectIdentifiers)A list ofObjectIdentifiersto which the policy is attached.BatchListPolicyAttachmentsResponse.BuilderBatchListPolicyAttachmentsResponse.Builder. objectIdentifiers(Collection<String> objectIdentifiers)A list ofObjectIdentifiersto which the policy is attached.BatchListPolicyAttachmentsResponse.BuilderBatchListPolicyAttachmentsResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListPolicyAttachmentsResponse.Builder Modifier and Type Method Description static Class<? extends BatchListPolicyAttachmentsResponse.Builder>BatchListPolicyAttachmentsResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListPolicyAttachmentsResponse.Builder Modifier and Type Method Description default BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.Builder. listPolicyAttachments(Consumer<BatchListPolicyAttachmentsResponse.Builder> listPolicyAttachments)Returns all of theObjectIdentifiersto which a given policy is attached.
-