Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReplicationPendingModifiedValues |
ReplicationInstance.pendingModifiedValues
The pending modification values.
|
Modifier and Type | Method and Description |
---|---|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValues.clone() |
ReplicationPendingModifiedValues |
ReplicationInstance.getPendingModifiedValues()
The pending modification values.
|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValues.withAllocatedStorage(java.lang.Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValues.withEngineVersion(java.lang.String engineVersion)
The engine version number of the replication instance.
|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValues.withReplicationInstanceClass(java.lang.String replicationInstanceClass)
The compute and memory capacity of the replication instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationInstance.setPendingModifiedValues(ReplicationPendingModifiedValues pendingModifiedValues)
The pending modification values.
|
ReplicationInstance |
ReplicationInstance.withPendingModifiedValues(ReplicationPendingModifiedValues pendingModifiedValues)
The pending modification values.
|
Modifier and Type | Method and Description |
---|---|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValuesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationPendingModifiedValuesJsonMarshaller.marshall(ReplicationPendingModifiedValues replicationPendingModifiedValues,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|