Class StartImageScanRequest

    • Method Detail

      • registryId

        public final String registryId()

        The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

        Returns:
        The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.
      • repositoryName

        public final String repositoryName()

        The name of the repository that contains the images to scan.

        Returns:
        The name of the repository that contains the images to scan.
      • imageId

        public final ImageIdentifier imageId()
        Returns the value of the ImageId property for this object.
        Returns:
        The value of the ImageId property for this object.
      • 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