Uses of Class
software.amazon.awssdk.services.ssm.model.AccountSharingInfo
Packages that use AccountSharingInfo
-
Uses of AccountSharingInfo in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AccountSharingInfoModifier and TypeMethodDescriptionfinal List<AccountSharingInfo>DescribeDocumentPermissionResponse.accountSharingInfoList()A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AccountSharingInfoModifier and TypeMethodDescriptionDescribeDocumentPermissionResponse.Builder.accountSharingInfoList(AccountSharingInfo... accountSharingInfoList) A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AccountSharingInfoModifier and TypeMethodDescriptionDescribeDocumentPermissionResponse.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.