public class AwsSdkHelper extends Object
| Constructor and Description |
|---|
AwsSdkHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAwsAccessKeyIdEnvVar() |
String |
getAWSAccessKeyIdFromCredentials(Object credentials) |
String |
getAwsContainerCredentialsRelativeUri() |
String |
getAwsSecretAccessKeyEnvVar() |
String |
getAwsSecretKeyFromCredentials(Object credentials) |
String |
getAwsSessionTokenEnvVar() |
Object |
getCredentialsFromDefaultAWSCredentialsProviderChain() |
String |
getEcsMetadataEndpoint() |
String |
getSessionTokenFromCrendentials(Object credentials) |
boolean |
isDefaultAWSCredentialsProviderChainPresentInClassPath() |
public boolean isDefaultAWSCredentialsProviderChainPresentInClassPath()
public String getAwsAccessKeyIdEnvVar()
public String getAwsSecretAccessKeyEnvVar()
public String getAwsSessionTokenEnvVar()
public String getAwsContainerCredentialsRelativeUri()
public String getEcsMetadataEndpoint()
public Object getCredentialsFromDefaultAWSCredentialsProviderChain() throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException
public String getSessionTokenFromCrendentials(Object credentials) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public String getAWSAccessKeyIdFromCredentials(Object credentials) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
public String getAwsSecretKeyFromCredentials(Object credentials) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2021. All rights reserved.