com.amazonaws.mturk.util
Class PropertiesClientConfig
java.lang.Object
com.amazonaws.mturk.util.ClientConfig
com.amazonaws.mturk.util.PropertiesClientConfig
public class PropertiesClientConfig
- extends ClientConfig
| Methods inherited from class com.amazonaws.mturk.util.ClientConfig |
getAccessKeyId, getRequesterWebsiteURL, getRetriableErrors, getRetryAttempts, getRetryDelayMillis, getSecretAccessKey, getServiceName, getServiceURL, getWorkerWebsiteURL, setAccessKeyId, setLogLevel, setRetriableErrors, setRetryAttempts, setRetryDelayMillis, setSecretAccessKey, setServiceName, setServiceURL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCESS_KEY_ID
public static final java.lang.String ACCESS_KEY_ID
- See Also:
- Constant Field Values
SECRET_ACCESS_KEY
public static final java.lang.String SECRET_ACCESS_KEY
- See Also:
- Constant Field Values
SERVICE_URL
public static final java.lang.String SERVICE_URL
- See Also:
- Constant Field Values
LOG_LEVEL
public static final java.lang.String LOG_LEVEL
- See Also:
- Constant Field Values
RETRY_ATTEMPTS
public static final java.lang.String RETRY_ATTEMPTS
- See Also:
- Constant Field Values
RETRY_DELAY_MILLIS
public static final java.lang.String RETRY_DELAY_MILLIS
- See Also:
- Constant Field Values
RETRIABLE_ERRORS
public static final java.lang.String RETRIABLE_ERRORS
- See Also:
- Constant Field Values
DEFAULT_PROPERTIES_FILENAME
public static final java.lang.String DEFAULT_PROPERTIES_FILENAME
- See Also:
- Constant Field Values
AUTH_ACCESS_KEY
public static final java.lang.String AUTH_ACCESS_KEY
- See Also:
- Constant Field Values
AUTH_SECRET_KEY
public static final java.lang.String AUTH_SECRET_KEY
- See Also:
- Constant Field Values
NOT_CONFIGURED_PREFIX
public static final java.lang.String NOT_CONFIGURED_PREFIX
- See Also:
- Constant Field Values
NOT_CONFIGURED_POSTFIX
public static final java.lang.String NOT_CONFIGURED_POSTFIX
- See Also:
- Constant Field Values
PropertiesClientConfig
public PropertiesClientConfig()
PropertiesClientConfig
public PropertiesClientConfig(java.lang.String propertiesFilename)