Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValues.clone() |
ReplicationPendingModifiedValues |
ReplicationInstance.getPendingModifiedValues()
The pending modification values.
|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValues.withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValues.withEngineVersion(String engineVersion)
The engine version number of the replication instance.
|
ReplicationPendingModifiedValues |
ReplicationPendingModifiedValues.withReplicationInstanceClass(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.
|
Copyright © 2018. All rights reserved.