| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
RdsDbInstanceStorageConfiguration |
RdsDbInstanceStorageConfiguration.clone() |
RdsDbInstanceStorageConfiguration |
RdsDbInstanceStorage.getConfiguration()
The Amazon RDS DB instance storage configuration used for recommendations.
|
RdsDbInstanceStorageConfiguration |
RdsDbInstanceStorageConfiguration.withAllocatedStorageInGb(Double allocatedStorageInGb)
The new amount of storage in GB to allocate for the DB instance.
|
RdsDbInstanceStorageConfiguration |
RdsDbInstanceStorageConfiguration.withIops(Double iops)
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB
instance.
|
RdsDbInstanceStorageConfiguration |
RdsDbInstanceStorageConfiguration.withStorageThroughput(Double storageThroughput)
The storage throughput for the DB instance.
|
RdsDbInstanceStorageConfiguration |
RdsDbInstanceStorageConfiguration.withStorageType(String storageType)
The storage type to associate with the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RdsDbInstanceStorage.setConfiguration(RdsDbInstanceStorageConfiguration configuration)
The Amazon RDS DB instance storage configuration used for recommendations.
|
RdsDbInstanceStorage |
RdsDbInstanceStorage.withConfiguration(RdsDbInstanceStorageConfiguration configuration)
The Amazon RDS DB instance storage configuration used for recommendations.
|
Copyright © 2024. All rights reserved.