public class DynaliteContainer
extends org.junit.rules.ExternalResource
| Constructor and Description |
|---|
DynaliteContainer() |
DynaliteContainer(java.lang.String imageName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
com.amazonaws.services.dynamodbv2.AmazonDynamoDB |
getClient()
Gets a preconfigured
AmazonDynamoDB client object for connecting to this
container. |
com.amazonaws.auth.AWSCredentialsProvider |
getCredentials()
Gets an
AWSCredentialsProvider that may be used to connect to this container. |
com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration |
getEndpointConfiguration()
Gets
AwsClientBuilder.EndpointConfiguration
that may be used to connect to this container. |
public DynaliteContainer()
public DynaliteContainer(java.lang.String imageName)
public com.amazonaws.services.dynamodbv2.AmazonDynamoDB getClient()
AmazonDynamoDB client object for connecting to this
container.public com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getEndpointConfiguration()
AwsClientBuilder.EndpointConfiguration
that may be used to connect to this container.public com.amazonaws.auth.AWSCredentialsProvider getCredentials()
AWSCredentialsProvider that may be used to connect to this container.protected void before()
throws java.lang.Throwable
before in class org.junit.rules.ExternalResourcejava.lang.Throwableprotected void after()
after in class org.junit.rules.ExternalResource