Class DeleteRepositoryRequest

    • Method Detail

      • registryId

        public final String registryId()

        The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.

        Returns:
        The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.
      • repositoryName

        public final String repositoryName()

        The name of the repository to delete.

        Returns:
        The name of the repository to delete.
      • force

        public final Boolean force()

        The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.

        Returns:
        The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object