public class DynaliteContainer extends org.testcontainers.containers.GenericContainer<DynaliteContainer>
| Constructor and Description |
|---|
DynaliteContainer()
Deprecated.
use
DynaliteContainer(DockerImageName) instead |
DynaliteContainer(org.testcontainers.utility.DockerImageName dockerImageName)
Deprecated.
|
DynaliteContainer(java.lang.String dockerImageName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.dynamodbv2.AmazonDynamoDB |
getClient()
Deprecated.
Gets a preconfigured
AmazonDynamoDB client object for connecting to this
container. |
com.amazonaws.auth.AWSCredentialsProvider |
getCredentials()
Deprecated.
Gets an
AWSCredentialsProvider that may be used to connect to this container. |
com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration |
getEndpointConfiguration()
Deprecated.
Gets
AwsClientBuilder.EndpointConfiguration
that may be used to connect to this container. |
addEnv, addExposedPort, addExposedPorts, addFileSystemBind, addFixedExposedPort, addFixedExposedPort, addLink, apply, canBeReused, configure, containerIsCreated, containerIsStarted, containerIsStarted, containerIsStarting, containerIsStarting, containerIsStopped, containerIsStopping, copyFileFromContainer, createVolumeDirectory, dependsOn, dependsOn, dependsOn, doStart, equals, failed, finished, getBinds, getCommandParts, getContainerId, getContainerInfo, getContainerName, getCopyToFileContainerPathMap, getCreateContainerCmdModifiers, getDependencies, getDockerClient, getDockerImageName, getEnv, getEnvMap, getExposedPorts, getExtraHosts, getImage, getIpAddress, getLabels, getLinkedContainers, getLivenessCheckPort, getLivenessCheckPortNumbers, getLivenessCheckPorts, getLogConsumers, getNetwork, getNetworkAliases, getNetworkMode, getPortBindings, getShmSize, getStartupAttempts, getStartupCheckStrategy, getTestHostIpAddress, getTmpFsMapping, getVolumesFroms, getWaitStrategy, getWorkingDirectory, hashCode, isHostAccessible, isPrivilegedMode, isShouldBeReused, logger, setBinds, setCommand, setCommand, setCommandParts, setCopyToFileContainerPathMap, setDockerImageName, setEnv, setExposedPorts, setExtraHosts, setHostAccessible, setImage, setLabels, setLinkedContainers, setLogConsumers, setNetwork, setNetworkAliases, setNetworkMode, setPortBindings, setPrivilegedMode, setShmSize, setStartupAttempts, setStartupCheckStrategy, setTmpFsMapping, setVolumesFroms, setWaitStrategy, setWorkingDirectory, start, starting, stop, succeeded, toString, waitingFor, waitUntilContainerStarted, withAccessToHost, withClasspathResourceMapping, withClasspathResourceMapping, withCommand, withCommand, withCopyFileToContainer, withCopyToContainer, withCreateContainerCmdModifier, withEnv, withEnv, withExposedPorts, withExtraHost, withFileSystemBind, withImagePullPolicy, withLabel, withLabels, withLogConsumer, withMinimumRunningDuration, withNetwork, withNetworkAliases, withNetworkMode, withPrivilegedMode, withReuse, withSharedMemorySize, withStartupAttempts, withStartupCheckStrategy, withStartupTimeout, withTmpFs, withVolumesFrom, withWorkingDirectoryclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddFileSystemBind, followOutput, followOutput, self, withEnv, withFileSystemBindcopyFileFromContainer, copyFileToContainer, copyFileToContainer, execInContainer, execInContainer, execInContainerWithUser, execInContainerWithUser, getBoundPortNumbers, getContainerIpAddress, getCurrentContainerInfo, getFirstMappedPort, getHost, getLogs, getLogs, getMappedPort, isCreated, isHealthy, isRunning@Deprecated public DynaliteContainer()
DynaliteContainer(DockerImageName) insteadpublic DynaliteContainer(java.lang.String dockerImageName)
public DynaliteContainer(org.testcontainers.utility.DockerImageName dockerImageName)
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.