Class DualstackEnabledProvider


  • public class DualstackEnabledProvider
    extends Object
    A resolver for the default value of whether the SDK should use dualstack endpoints. This checks environment variables, system properties and the profile file for the relevant configuration options when isDualstackEnabled() is invoked.
    • Method Detail

      • isDualstackEnabled

        public Optional<Boolean> isDualstackEnabled()
        Returns true when dualstack should be used, false when dualstack should not be used, and empty when there is no global dualstack configuration.