| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Limitation |
Limitation.clone() |
Limitation |
Limitation.withDatabaseId(String databaseId)
The identifier of the source database.
|
Limitation |
Limitation.withDescription(String description)
A description of the limitation.
|
Limitation |
Limitation.withEngineName(String engineName)
The name of the target engine that Fleet Advisor should use in the target engine recommendation.
|
Limitation |
Limitation.withImpact(String impact)
The impact of the limitation.
|
Limitation |
Limitation.withName(String name)
The name of the limitation.
|
Limitation |
Limitation.withType(String type)
The type of the limitation, such as action required, upgrade required, and limited feature.
|
| Modifier and Type | Method and Description |
|---|---|
List<Limitation> |
DescribeRecommendationLimitationsResult.getLimitations()
The list of limitations for recommendations of target Amazon Web Services engines.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRecommendationLimitationsResult |
DescribeRecommendationLimitationsResult.withLimitations(Limitation... limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRecommendationLimitationsResult.setLimitations(Collection<Limitation> limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
|
DescribeRecommendationLimitationsResult |
DescribeRecommendationLimitationsResult.withLimitations(Collection<Limitation> limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
|
Copyright © 2024. All rights reserved.