Uses of Class
software.amazon.awssdk.services.ssm.model.AccountSharingInfo
-
Packages that use AccountSharingInfo Package Description software.amazon.awssdk.services.ssm.model -
-
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 AccountSharingInfo Modifier and Type Method Description 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 AccountSharingInfo Modifier and Type Method Description DescribeDocumentPermissionResponse.BuilderDescribeDocumentPermissionResponse.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 AccountSharingInfo Modifier and Type Method Description DescribeDocumentPermissionResponse.BuilderDescribeDocumentPermissionResponse.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.
-