@Immutable @Deprecated public class Profile extends Object
| Constructor and Description | 
|---|
Profile(String profileName,
       AWSCredentials awsCredentials)
Deprecated.  
  | 
Profile(String profileName,
       Map<String,String> properties,
       AWSCredentialsProvider awsCredentials)
Deprecated.  
  | 
Profile(String profileName,
       String sourceProfile,
       AWSCredentialsProvider awsCredentials,
       RoleInfo roleInfo)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
AWSCredentials | 
getCredentials()
Deprecated.  
  | 
String | 
getProfileName()
Deprecated.  
  | 
Map<String,String> | 
getProperties()
Deprecated.  
Returns a map of profile properties included in this Profile instance. 
 | 
String | 
getPropertyValue(String propertyName)
Deprecated.  
Returns the value of a specific property that is included in this Profile instance. 
 | 
public Profile(String profileName, AWSCredentials awsCredentials)
public Profile(String profileName, String sourceProfile, AWSCredentialsProvider awsCredentials, RoleInfo roleInfo)
public Profile(String profileName, Map<String,String> properties, AWSCredentialsProvider awsCredentials)
public String getProfileName()
public AWSCredentials getCredentials()
public Map<String,String> getProperties()
public String getPropertyValue(String propertyName)
getProperties()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.