Class GetComponentResult


  • public final class GetComponentResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
      • changeDescription

        public java.lang.String changeDescription()
        Returns:
        Change description of the component.
      • data

        public java.lang.String data()
        Returns:
        Data of the component.
      • dateCreated

        public java.lang.String dateCreated()
        Returns:
        Date the component was created.
      • description

        public java.lang.String description()
        Returns:
        Description of the component.
      • encrypted

        public java.lang.Boolean encrypted()
        Returns:
        Encryption status of the component.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • kmsKeyId

        public java.lang.String kmsKeyId()
        Returns:
        ARN of the Key Management Service (KMS) Key used to encrypt the component.
      • name

        public java.lang.String name()
        Returns:
        Name of the component.
      • owner

        public java.lang.String owner()
        Returns:
        Owner of the component.
      • platform

        public java.lang.String platform()
        Returns:
        Platform of the component.
      • supportedOsVersions

        public java.util.List<java.lang.String> supportedOsVersions()
        Returns:
        Operating Systems (OSes) supported by the component.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Key-value map of resource tags for the component.
      • type

        public java.lang.String type()
        Returns:
        Type of the component.
      • version

        public java.lang.String version()
        Returns:
        Version of the component.