| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
RdsConfiguration |
RdsConfiguration.clone() |
RdsConfiguration |
RdsRecommendation.getTargetConfiguration()
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
RdsConfiguration |
RdsConfiguration.withDeploymentOption(String deploymentOption)
Describes the deployment option for the recommended Amazon RDS DB instance.
|
RdsConfiguration |
RdsConfiguration.withEngineEdition(String engineEdition)
Describes the recommended target Amazon RDS engine edition.
|
RdsConfiguration |
RdsConfiguration.withEngineVersion(String engineVersion)
Describes the recommended target Amazon RDS engine version.
|
RdsConfiguration |
RdsConfiguration.withInstanceMemory(Double instanceMemory)
Describes the memory on the recommended Amazon RDS DB instance that meets your requirements.
|
RdsConfiguration |
RdsConfiguration.withInstanceType(String instanceType)
Describes the recommended target Amazon RDS instance type.
|
RdsConfiguration |
RdsConfiguration.withInstanceVcpu(Double instanceVcpu)
Describes the number of virtual CPUs (vCPU) on the recommended Amazon RDS DB instance that meets your
requirements.
|
RdsConfiguration |
RdsConfiguration.withStorageIops(Integer storageIops)
Describes the number of I/O operations completed each second (IOPS) on the recommended Amazon RDS DB instance
that meets your requirements.
|
RdsConfiguration |
RdsConfiguration.withStorageSize(Integer storageSize)
Describes the storage size of the recommended Amazon RDS DB instance that meets your requirements.
|
RdsConfiguration |
RdsConfiguration.withStorageType(String storageType)
Describes the storage type of the recommended Amazon RDS DB instance that meets your requirements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RdsRecommendation.setTargetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
RdsRecommendation |
RdsRecommendation.withTargetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
Copyright © 2023. All rights reserved.