@Immutable @Deprecated public class Profile extends Object
Constructor | Description |
---|---|
Profile(String profileName,
String sourceProfile,
AwsCredentialsProvider awsCredentials,
RoleInfo roleInfo) |
Deprecated.
|
Profile(String profileName,
Map<String,String> properties,
AwsCredentialsProvider awsCredentials) |
Deprecated.
|
Profile(String profileName,
AwsCredentials awsCredentials) |
Deprecated.
|
Modifier and Type | Method | 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.