JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.endpoints

Enum AccountIdEndpointMode

    • Enum Constant Summary

      Enum Constants
      Enum Constant and Description
      DISABLED
      Disabled mode for AccountEndpointIdMode disables account based endpoint routing and will always route requests to the regional endpoint
      PREFERRED
      The default mode that sets the AccountEndpointIdMode as preferred which enables account based endpoint routing but can fall back to routing to the regional endpoint in the absence of account endpoint support
      REQUIRED
      Required mode for AccountEndpointIdMode will always route the requests to the account based endpoint
    • Enum Constant Detail

      • PREFERRED

        public static final AccountIdEndpointMode PREFERRED
        The default mode that sets the AccountEndpointIdMode as preferred which enables account based endpoint routing but can fall back to routing to the regional endpoint in the absence of account endpoint support
      • DISABLED

        public static final AccountIdEndpointMode DISABLED
        Disabled mode for AccountEndpointIdMode disables account based endpoint routing and will always route requests to the regional endpoint
      • REQUIRED

        public static final AccountIdEndpointMode REQUIRED
        Required mode for AccountEndpointIdMode will always route the requests to the account based endpoint
    • Method Detail

      • values

        public static AccountIdEndpointMode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AccountIdEndpointMode c : AccountIdEndpointMode.values())
         System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AccountIdEndpointMode valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getName

        public String getName()
      • fromName

        public static AccountIdEndpointMode fromName(String value)
        Returns a accountEndpointId mode enum corresponding to the given accountEndpointId name.
        Parameters:
        value - The name of the accountEndpointId mode
        Returns:
        AccountEndpointIdMode enum representing the given accountEndpointId mode name.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /