Uses of Class
com.amazonaws.services.databasemigrationservice.model.ReplicationPendingModifiedValues
Packages that use ReplicationPendingModifiedValues
-
Uses of ReplicationPendingModifiedValues in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return ReplicationPendingModifiedValuesModifier and TypeMethodDescriptionReplicationPendingModifiedValues.clone()
ReplicationInstance.getPendingModifiedValues()
The pending modification values.ReplicationPendingModifiedValues.withAllocatedStorage
(Integer allocatedStorage) The amount of storage (in gigabytes) that is allocated for the replication instance.ReplicationPendingModifiedValues.withEngineVersion
(String engineVersion) The engine version number of the replication instance.ReplicationPendingModifiedValues.withReplicationInstanceClass
(String replicationInstanceClass) The compute and memory capacity of the replication instance.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type ReplicationPendingModifiedValuesModifier and TypeMethodDescriptionvoid
ReplicationInstance.setPendingModifiedValues
(ReplicationPendingModifiedValues pendingModifiedValues) The pending modification values.ReplicationInstance.withPendingModifiedValues
(ReplicationPendingModifiedValues pendingModifiedValues) The pending modification values.