| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static RdsRecommendation.Builder |
RdsRecommendation.builder() |
default RdsRecommendation.Builder |
RdsRecommendation.Builder.requirementsToTarget(Consumer<RdsRequirements.Builder> requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
|
RdsRecommendation.Builder |
RdsRecommendation.Builder.requirementsToTarget(RdsRequirements requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
|
default RdsRecommendation.Builder |
RdsRecommendation.Builder.targetConfiguration(Consumer<RdsConfiguration.Builder> targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
RdsRecommendation.Builder |
RdsRecommendation.Builder.targetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
RdsRecommendation.Builder |
RdsRecommendation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RdsRecommendation.Builder> |
RdsRecommendation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RecommendationData.Builder |
RecommendationData.Builder.rdsEngine(Consumer<RdsRecommendation.Builder> rdsEngine)
The recommendation of a target Amazon RDS database engine.
|
Copyright © 2023. All rights reserved.