Class CustomerManagedKeyDetails


  • public final class CustomerManagedKeyDetails
    extends Object
    Details of the customer managed key associated with the workspace.
    • Constructor Detail

      • CustomerManagedKeyDetails

        public CustomerManagedKeyDetails()
    • Method Detail

      • getStatus

        public String getStatus()
        Get the status property: The customer managed key status on the workspace.
        Returns:
        the status value.
      • getKey

        public WorkspaceKeyDetails getKey()
        Get the key property: The key object of the workspace.
        Returns:
        the key value.
      • setKey

        public CustomerManagedKeyDetails setKey​(WorkspaceKeyDetails key)
        Set the key property: The key object of the workspace.
        Parameters:
        key - the key value to set.
        Returns:
        the CustomerManagedKeyDetails object itself.