public abstract class AwsIntegrationTestBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static AwsCredentialsProviderChain |
CREDENTIALS_PROVIDER_CHAIN |
| Constructor and Description |
|---|
AwsIntegrationTestBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static AwsCredentials |
getCredentials()
Deprecated.
|
protected static AwsCredentialsProvider |
getCredentialsProvider() |
protected String |
getResourceAsString(Class<?> clazz,
String location)
Reads a system resource fully into a String
|
public static final AwsCredentialsProviderChain CREDENTIALS_PROVIDER_CHAIN
@Deprecated protected static AwsCredentials getCredentials()
getCredentialsProvider()protected static AwsCredentialsProvider getCredentialsProvider()
protected String getResourceAsString(Class<?> clazz, String location)
location - Relative or absolute location of system resource.RuntimeException - if any error occursCopyright © 2022. All rights reserved.