public class DBSnapshotServiceImpl extends RDSServiceImpl implements DBSnapshotService
| Constructor and Description |
|---|
DBSnapshotServiceImpl(RDSConfiguration config,
RDSConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
DBSnapshot |
createDBSnapshot(String dBInstanceIdentifier,
String dBSnapshotIdentifier,
List<Tag> tags) |
DBSnapshot |
deleteDBSnapshot(String dBSnapshotIdentifier) |
DBSnapshot |
modifyDBSnapshot(String dBSnapshotIdentifier,
String engineVersion) |
getAwsClientpublic DBSnapshotServiceImpl(RDSConfiguration config, RDSConnection connection)
public DBSnapshot createDBSnapshot(String dBInstanceIdentifier, String dBSnapshotIdentifier, List<Tag> tags)
createDBSnapshot in interface DBSnapshotServicepublic DBSnapshot deleteDBSnapshot(String dBSnapshotIdentifier)
deleteDBSnapshot in interface DBSnapshotServicepublic DBSnapshot modifyDBSnapshot(String dBSnapshotIdentifier, String engineVersion)
modifyDBSnapshot in interface DBSnapshotServiceCopyright © 2019 MuleSoft, Inc.. All rights reserved.