@Immutable public class Profile extends Object
Constructor and Description |
---|
Profile(String profileName,
AWSCredentials awsCredentials) |
Modifier and Type | Method and Description |
---|---|
AWSCredentials |
getCredentials() |
String |
getProfileName() |
Map<String,String> |
getProperties()
Returns a map of profile properties included in this Profile instance.
|
String |
getPropertyValue(String propertyName)
Returns the value of a specific property that is included in this Profile instance.
|
public Profile(String profileName, AWSCredentials awsCredentials)
public String getProfileName()
public AWSCredentials getCredentials()
public Map<String,String> getProperties()
public String getPropertyValue(String propertyName)
getProperties()
Copyright © 2014. All rights reserved.