Package com.amazonaws.internal.config
Class InternalConfig.Factory
- java.lang.Object
-
- com.amazonaws.internal.config.InternalConfig.Factory
-
- Enclosing class:
- InternalConfig
public static class InternalConfig.Factory extends Object
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InternalConfig
getInternalConfig()
Returns a non-null and immutable instance of the AWS SDK internal configuration.
-
-
-
Method Detail
-
getInternalConfig
public static InternalConfig getInternalConfig()
Returns a non-null and immutable instance of the AWS SDK internal configuration.
-
-