@Immutable public interface Credentials
It is recommended to use Credentials.Simple
in most cases.
Modifier and Type | Interface and Description |
---|---|
static class |
Credentials.Assumed
Assumed AWS IAM role.
|
static class |
Credentials.Direct
With explicitly specified endpoint.
|
static class |
Credentials.Simple
Simple implementation.
|
Modifier and Type | Field and Description |
---|---|
static Credentials |
TEST
Test credentials, for unit testing mostly.
|
Modifier and Type | Method and Description |
---|---|
com.amazonaws.services.dynamodbv2.AmazonDynamoDB |
aws()
Build AWS client.
|
static final Credentials TEST
Copyright © 2012–2014 jcabi.com. All rights reserved.