| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
DBStorageConfiguration |
DBStorageConfiguration.clone() |
DBStorageConfiguration |
RDSDBRecommendation.getCurrentStorageConfiguration()
The configuration of the current RDS storage.
|
DBStorageConfiguration |
RDSDBStorageRecommendationOption.getStorageConfiguration()
The recommended storage configuration.
|
DBStorageConfiguration |
DBStorageConfiguration.withAllocatedStorage(Integer allocatedStorage)
The size of the RDS storage in gigabytes (GB).
|
DBStorageConfiguration |
DBStorageConfiguration.withIops(Integer iops)
The provisioned IOPs of the RDS storage.
|
DBStorageConfiguration |
DBStorageConfiguration.withMaxAllocatedStorage(Integer maxAllocatedStorage)
The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the RDS instance.
|
DBStorageConfiguration |
DBStorageConfiguration.withStorageThroughput(Integer storageThroughput)
The storage throughput of the RDS storage.
|
DBStorageConfiguration |
DBStorageConfiguration.withStorageType(String storageType)
The type of RDS storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RDSDBRecommendation.setCurrentStorageConfiguration(DBStorageConfiguration currentStorageConfiguration)
The configuration of the current RDS storage.
|
void |
RDSDBStorageRecommendationOption.setStorageConfiguration(DBStorageConfiguration storageConfiguration)
The recommended storage configuration.
|
RDSDBRecommendation |
RDSDBRecommendation.withCurrentStorageConfiguration(DBStorageConfiguration currentStorageConfiguration)
The configuration of the current RDS storage.
|
RDSDBStorageRecommendationOption |
RDSDBStorageRecommendationOption.withStorageConfiguration(DBStorageConfiguration storageConfiguration)
The recommended storage configuration.
|
Copyright © 2024. All rights reserved.