Class HealthCheckSelector


  • @Deprecated
    @ProviderType
    public final class HealthCheckSelector
    extends java.lang.Object
    Deprecated.
    Parameter class to pass a set of tags and names to the filter.
    • Method Detail

      • tags

        public java.lang.String[] tags()
        Deprecated.
      • names

        public java.lang.String[] names()
        Deprecated.
      • withTags

        public HealthCheckSelector withTags​(java.lang.String... tags)
        Deprecated.
        Copy the specified names into the current tags array.
        Parameters:
        tags - the new tags. Specify null to clear the current tag array
        Returns:
        this
      • withNames

        public HealthCheckSelector withNames​(java.lang.String... names)
        Deprecated.
        Copy the specified names into the current names array.
        Parameters:
        names - the new names. Specify null to clear the current name array
        Returns:
        this
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object