| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.clone() |
AwsRdsDbPendingModifiedValues |
AwsRdsDbInstanceDetails.getPendingModifiedValues()
Changes to the DB instance that are currently pending.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withAllocatedStorage(Integer allocatedStorage)
The new value of the allocated storage for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The new backup retention period for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withCaCertificateIdentifier(String caCertificateIdentifier)
The new CA certificate identifier for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withDbInstanceClass(String dbInstanceClass)
The new DB instance class for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withDbInstanceIdentifier(String dbInstanceIdentifier)
The new DB instance identifier for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withDbSubnetGroupName(String dbSubnetGroupName)
The name of the new subnet group for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withEngineVersion(String engineVersion)
The new engine version for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withIops(Integer iops)
The new provisioned IOPS value for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withLicenseModel(String licenseModel)
The new license model value for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withMasterUserPassword(String masterUserPassword)
The new master user password for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withMultiAZ(Boolean multiAZ)
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withPendingCloudWatchLogsExports(AwsRdsPendingCloudWatchLogsExports pendingCloudWatchLogsExports)
A list of log types that are being enabled or disabled.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withPort(Integer port)
The new port for the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
Processor features that are being updated.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
Processor features that are being updated.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withStorageType(String storageType)
The new storage type for the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbInstanceDetails.setPendingModifiedValues(AwsRdsDbPendingModifiedValues pendingModifiedValues)
Changes to the DB instance that are currently pending.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPendingModifiedValues(AwsRdsDbPendingModifiedValues pendingModifiedValues)
Changes to the DB instance that are currently pending.
|
Copyright © 2023. All rights reserved.