Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.ModifyReplicationInstance C# (CSharp) Method

ModifyReplicationInstance() public method

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.

Some settings are applied during the maintenance window.

/// There are not enough resources allocated to the database migration. /// /// The resource is in a state that prevents it from being used for database migration. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. /// /// The storage quota has been exceeded. /// /// An upgrade dependency is preventing the database migration. ///
public ModifyReplicationInstance ( ModifyReplicationInstanceRequest request ) : ModifyReplicationInstanceResponse
request ModifyReplicationInstanceRequest Container for the necessary parameters to execute the ModifyReplicationInstance service method.
return ModifyReplicationInstanceResponse
        public ModifyReplicationInstanceResponse ModifyReplicationInstance(ModifyReplicationInstanceRequest request)
        {
            var marshaller = new ModifyReplicationInstanceRequestMarshaller();
            var unmarshaller = ModifyReplicationInstanceResponseUnmarshaller.Instance;

            return Invoke<ModifyReplicationInstanceRequest,ModifyReplicationInstanceResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient