Class FipsEnabledProvider

java.lang.Object
software.amazon.awssdk.awscore.endpoint.FipsEnabledProvider

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

    • builder

      public static FipsEnabledProvider.Builder builder()
    • isFipsEnabled

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