Uses of Interface
software.amazon.awssdk.services.ssm.model.AccountSharingInfo.Builder
-
Packages that use AccountSharingInfo.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of AccountSharingInfo.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AccountSharingInfo.Builder Modifier and Type Method Description AccountSharingInfo.BuilderAccountSharingInfo.Builder. accountId(String accountId)The Amazon Web Services account ID where the current document is shared.static AccountSharingInfo.BuilderAccountSharingInfo. builder()AccountSharingInfo.BuilderAccountSharingInfo.Builder. sharedDocumentVersion(String sharedDocumentVersion)The version of the current document shared with the account.AccountSharingInfo.BuilderAccountSharingInfo. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AccountSharingInfo.Builder Modifier and Type Method Description static Class<? extends AccountSharingInfo.Builder>AccountSharingInfo. serializableBuilderClass()
-