Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribeDocumentPermissionResponse.Builder
Packages that use DescribeDocumentPermissionResponse.Builder
-
Uses of DescribeDocumentPermissionResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribeDocumentPermissionResponse.BuilderModifier and TypeMethodDescriptionDescribeDocumentPermissionResponse.Builder.accountIds(String... accountIds) The account IDs that have permission to use this document.DescribeDocumentPermissionResponse.Builder.accountIds(Collection<String> accountIds) The account IDs that have permission to use this document.DescribeDocumentPermissionResponse.Builder.accountSharingInfoList(Collection<AccountSharingInfo> accountSharingInfoList) A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.DescribeDocumentPermissionResponse.Builder.accountSharingInfoList(Consumer<AccountSharingInfo.Builder>... accountSharingInfoList) A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.DescribeDocumentPermissionResponse.Builder.accountSharingInfoList(AccountSharingInfo... accountSharingInfoList) A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.DescribeDocumentPermissionResponse.builder()The token for the next set of items to return.DescribeDocumentPermissionResponse.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribeDocumentPermissionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeDocumentPermissionResponse.Builder>DescribeDocumentPermissionResponse.serializableBuilderClass()