Package org.awsutils.common.config
Class AwsEnvironmentProperties
java.lang.Object
org.awsutils.common.config.AwsEnvironmentProperties
- All Implemented Interfaces:
org.awsutils.common.config.IAwsEnvironmentProperties
@ConfigurationProperties(prefix="org.awsutils.aws")
public class AwsEnvironmentProperties
extends Object
implements org.awsutils.common.config.IAwsEnvironmentProperties
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.awsutils.common.config.IAwsEnvironmentProperties
getAwsAccessKey, getAwsAccessKeySecret, getConnectionMaxIdleTime, getConnectionTimeout, getLocalAwsEndpoint, getMaxConcurrency, getRegion, isLocalAwsMode, setAwsAccessKey, setAwsAccessKeySecret, setConnectionMaxIdleTime, setConnectionTimeout, setLocalAwsEndpoint, setLocalAwsMode, setMaxConcurrency, setRegion
-
Constructor Details
-
AwsEnvironmentProperties
public AwsEnvironmentProperties()
-