Class DomainDescription

    • Method Detail

      • name

        public final String name()

        The name of the domain.

        Returns:
        The name of the domain.
      • owner

        public final String owner()

        The Amazon Web Services account ID that owns the domain.

        Returns:
        The Amazon Web Services account ID that owns the domain.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the domain.

        Returns:
        The Amazon Resource Name (ARN) of the domain.
      • createdTime

        public final Instant createdTime()

        A timestamp that represents the date and time the domain was created.

        Returns:
        A timestamp that represents the date and time the domain was created.
      • encryptionKey

        public final String encryptionKey()

        The ARN of an Key Management Service (KMS) key associated with a domain.

        Returns:
        The ARN of an Key Management Service (KMS) key associated with a domain.
      • repositoryCount

        public final Integer repositoryCount()

        The number of repositories in the domain.

        Returns:
        The number of repositories in the domain.
      • assetSizeBytes

        public final Long assetSizeBytes()

        The total size of all assets in the domain.

        Returns:
        The total size of all assets in the domain.
      • s3BucketArn

        public final String s3BucketArn()

        The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)