Class DualstackEnabledProvider
- java.lang.Object
-
- software.amazon.awssdk.awscore.endpoint.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 whenisDualstackEnabled()is invoked.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDualstackEnabledProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DualstackEnabledProvider.Builderbuilder()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.
-
-
-
Method Detail
-
builder
public static DualstackEnabledProvider.Builder builder()
-
-