Interface Workspace.UpdateStages.WithEncryption

All Known Subinterfaces:
Workspace.Update
Enclosing interface:
Workspace.UpdateStages

public static interface Workspace.UpdateStages.WithEncryption
The stage of the Workspace update allowing to specify encryption.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the encryption property: The encryption details of the workspace.
  • Method Details

    • withEncryption

      Workspace.Update withEncryption(EncryptionDetails encryption)
      Specifies the encryption property: The encryption details of the workspace.
      Parameters:
      encryption - The encryption details of the workspace.
      Returns:
      the next definition stage.