Class PartitionOutputs

    • Method Detail

      • fromNode

        public static PartitionOutputs fromNode​(Node node)
        Creates a PartitionOutputs instance from the given Node information.
        Parameters:
        node - the node to deserialize.
        Returns:
        the created PartitionOutputs.
      • getName

        public java.util.Optional<java.lang.String> getName()
        Gets this partition's name.
        Returns:
        returns the partition's name.
      • getDnsSuffix

        public java.lang.String getDnsSuffix()
        Gets this partition's default DNS suffix.
        Returns:
        returns the DNS suffix.
      • getDualStackDnsSuffix

        public java.lang.String getDualStackDnsSuffix()
        Gets this partition's dual stack DNS suffix.
        Returns:
        returns the DNS suffix for dual stack endpoints.
      • supportsFips

        public boolean supportsFips()
        Returns true if the partition supports FIPS.
        Returns:
        returns true of FIPS is supported.
      • supportsDualStack

        public boolean supportsDualStack()
        Returns true if the partition supports dual stack.
        Returns:
        returns true of dual stack is supported.
      • getImplicitGlobalRegion

        public java.lang.String getImplicitGlobalRegion()
        Gets this partition's implicit global region: the region that non-regionalized (global) services should use for signing.
        Returns:
        returns the partition's implicit global region.
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Specified by:
        toNode in interface ToNode
        Returns:
        Returns the creates Node.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object