| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.withKey(String key)
A key is the required name of the tag.
|
Tag |
Tag.withValue(String value)
A value is the optional value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
DBInstanceOperations.createDbInstanceReadReplica(RDSConfiguration config,
RDSConnection connection,
StorageParameterGroup storageParameterGroup,
boolean publiclyAccessible,
String dbSubnetGroupName,
String kmsKeyId,
String preSignedUrl,
boolean enableIamDatabaseAuthentication,
MonitoringParameterGroup monitoringParameterGroup,
String dbInstanceIdentifier,
String sourceDbInstanceIdentifier,
String dbInstanceClass,
String availabilityZone,
Integer port,
Integer iops,
String optionGroupName,
List<Tag> tags,
String sourceRegion)
Creates a new DB instance that acts as a Read Replica for an existing source DB instance.
|
DBSnapshot |
DBSnapshotOperations.createDbSnapshot(RDSConfiguration config,
RDSConnection client,
String dbInstanceIdentifier,
String dbSnapshotIdentifier,
List<Tag> tags)
Creates a DBSnapshot.
|
ReservedDBInstance |
ReservedDBInstanceOperations.purchaseReservedDbInstancesOffering(RDSConfiguration config,
RDSConnection connection,
String reservedDbInstancesOfferingId,
Integer dbInstanceCount,
String reservedDbInstanceId,
List<Tag> tags)
Purchases a reserved DB instance offering.
|
DBInstance |
DBInstanceOperations.restoreDbInstanceFromDbSnapshot(RDSConfiguration config,
RDSConnection connection,
StorageParameterGroup storageParameterGroup,
SecurityParameterGroup securityParameterGroup,
String availabilityZone,
String dbInstanceClass,
String dbInstanceIdentifier,
String dbSnapshotIdentifier,
String dbName,
String domain,
String engine,
Integer iops,
boolean multiAZ,
String optionGroupName,
Integer port,
List<Tag> tags)
Creates a new DB instance from a DB snapshot.
|
DBInstance |
DBInstanceOperations.restoreDbInstanceToPointInTime(RDSConfiguration config,
RDSConnection connection,
StorageParameterGroup storageParameterGroup,
SecurityParameterGroup securityParameterGroup,
String availabilityZone,
String dbInstanceClass,
String dbName,
String domain,
String engine,
Integer iops,
boolean multiAZ,
String optionGroupName,
Integer port,
LocalDateTime restoreTime,
String sourceDbInstanceIdentifier,
List<Tag> tags,
String targetDbInstanceIdentifier,
boolean useLatestRestorableTime)
Restores a DB instance to an arbitrary point in time.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreationDBInstanceParameterGroup.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreationDBInstanceParameterGroup.setTags(List<Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
DBInstanceServiceImpl.createDBInstanceReadReplica(String dbInstanceIdentifier,
String sourceDbInstanceIdentifier,
String dbInstanceClass,
String availabilityZone,
Integer port,
boolean autoMinorVersionUpgrade,
Integer iops,
String optionGroupName,
boolean publiclyAccessible,
List<Tag> tags,
String dbSubnetGroupName,
String storageType,
boolean copyTagsToSnapshot,
Integer monitoringInterval,
String monitoringRoleArn,
String kmsKeyId,
String preSignedUrl,
boolean enableIamDatabaseAuthentication,
String sourceRegion) |
DBSnapshot |
DBSnapshotService.createDBSnapshot(String dBInstanceIdentifier,
String dBSnapshotIdentifier,
List<Tag> tags) |
DBSnapshot |
DBSnapshotServiceImpl.createDBSnapshot(String dBInstanceIdentifier,
String dBSnapshotIdentifier,
List<Tag> tags) |
ReservedDBInstance |
ReservedDBInstanceServiceImpl.purchaseReservedDBInstancesOffering(String reservedDBInstancesOfferingId,
Integer dBInstanceCount,
String reservedDBInstanceId,
List<Tag> tags) |
ReservedDBInstance |
ReservedDBInstanceService.purchaseReservedDBInstancesOffering(String reservedDBInstancesOfferingId,
Integer dBInstanceCount,
String reservedDBInstanceId,
List<Tag> tags) |
DBInstance |
DBInstanceServiceImpl.restoreDbInstanceFromDbSnapshot(boolean autoMinorVersionUpgrade,
String availabilityZone,
boolean copyTagsToSnapshot,
String dBInstanceClass,
String dBInstanceIdentifier,
String dBSnapshotIdentifier,
String dBName,
String dBSubnetGroupName,
String domain,
String domainIAMRoleName,
boolean enableIAMDatabaseAuthentication,
String engine,
Integer iops,
String licenseModel,
boolean multiAZ,
String optionGroupName,
Integer port,
boolean publiclyAccessible,
String storageType,
Collection<Tag> tags,
String tdeCredentialArn,
String tdeCredentialPassword) |
DBInstance |
DBInstanceServiceImpl.restoreDbInstanceToPointInTime(boolean autoMinorVersionUpgrade,
String availabilityZone,
boolean copyTagsToSnapshot,
String dBInstanceClass,
String dBName,
String dBSubnetGroupName,
String domain,
String domainIAMRoleName,
boolean enableIAMDatabaseAuthentication,
String engine,
Integer iops,
String licenseModel,
boolean multiAZ,
String optionGroupName,
Integer port,
boolean publiclyAccessible,
LocalDateTime restoreTime,
String sourceDBInstanceIdentifier,
String storageType,
Collection<Tag> tags,
String targetDBInstanceIdentifier,
String tdeCredentialArn,
String tdeCredentialPassword,
boolean useLatestRestorableTime) |
DBInstance |
DBInstanceService.restoreDbInstanceToPointInTime(boolean autoMinorVersionUpgrade,
String availabilityZone,
boolean copyTagsToSnapshot,
String dBInstanceClass,
String dBName,
String dBSubnetGroupName,
String domain,
String domainIAMRoleName,
boolean enableIAMDatabaseAuthentication,
String engine,
Integer iops,
String licenseModel,
boolean multiAZ,
String optionGroupName,
Integer port,
boolean publiclyAccessible,
LocalDateTime restoreTime,
String sourceDBInstanceIdentifier,
String storageType,
Collection<Tag> tags,
String targetDBInstanceIdentifier,
String tdeCredentialArn,
String tdeCredentialPassword,
boolean useLatestRestorableTime) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.amazonaws.services.rds.model.Tag> |
RDSModelFactory.wrapTagList(Collection<Tag> sourceTags) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.