Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private Connection |
TestConnectionResult.connection
The connection tested.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Connection> |
DescribeConnectionsResult.connections
A description of the connections.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.clone() |
Connection |
TestConnectionResult.getConnection()
The connection tested.
|
Connection |
Connection.withEndpointArn(java.lang.String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
Connection |
Connection.withEndpointIdentifier(java.lang.String endpointIdentifier)
The identifier of the endpoint.
|
Connection |
Connection.withLastFailureMessage(java.lang.String lastFailureMessage)
The error message when the connection last failed.
|
Connection |
Connection.withReplicationInstanceArn(java.lang.String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
Connection |
Connection.withReplicationInstanceIdentifier(java.lang.String replicationInstanceIdentifier)
The replication instance identifier.
|
Connection |
Connection.withStatus(java.lang.String status)
The connection status.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Connection> |
DescribeConnectionsResult.getConnections()
A description of the connections.
|
Modifier and Type | Method and Description |
---|---|
void |
TestConnectionResult.setConnection(Connection connection)
The connection tested.
|
TestConnectionResult |
TestConnectionResult.withConnection(Connection connection)
The connection tested.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Connection... connections)
A description of the connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeConnectionsResult.setConnections(java.util.Collection<Connection> connections)
A description of the connections.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(java.util.Collection<Connection> connections)
A description of the connections.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionJsonMarshaller.marshall(Connection connection,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|