com.norbl.cbp.ppe
Class AwsClientConfigParams
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.String>
com.norbl.util.ParamHt
com.norbl.cbp.ppe.AwsClientConfigParams
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.String>
public class AwsClientConfigParams
- extends ParamHt
Used to create a com.aws.ClientConfiguration
object. This class stores/and retrieves params from
config file ~user/.ppe-aws-client-config.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
ACC_CONFIG_FILENAME
public static final java.lang.String ACC_CONFIG_FILENAME
- See Also:
- Constant Field Values
AwsClientConfigParams
public AwsClientConfigParams(PPEManager ppeManager)
throws InaccessibleFileException,
java.io.IOException
- Throws:
InaccessibleFileException
java.io.IOException
buildClientConfiguration
public com.amazonaws.ClientConfiguration buildClientConfiguration()
editParams
public void editParams()
getGuiText
public static java.lang.String getGuiText()