Class DeleteObjectAccessListOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DeleteObjectAccessListOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The deleteObjectAccessList options.
    • Method Detail

      • catalogIdentifier

        public java.lang.String catalogIdentifier()
        Gets the catalogIdentifier. Catalog identifier.
        Returns:
        the catalogIdentifier
      • objectIdentifier

        public java.lang.String objectIdentifier()
        Gets the objectIdentifier. Object identifier.
        Returns:
        the objectIdentifier
      • accounts

        public java.util.List<java.lang.String> accounts()
        Gets the accounts. A list of accounts to delete. An entry with star["*"] will remove all accounts.
        Returns:
        the accounts