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 whenisFipsEnabled()is invoked.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFipsEnabledProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FipsEnabledProvider.Builderbuilder()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.
-
-
-
Method Detail
-
builder
public static FipsEnabledProvider.Builder builder()
-
-