Uses of Class
software.amazon.awssdk.services.databasemigration.model.Limitation
-
Packages that use Limitation Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of Limitation in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type Limitation Modifier and Type Method Description List<Limitation>DescribeRecommendationLimitationsResponse. limitations()The list of limitations for recommendations of target Amazon Web Services engines.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type Limitation Modifier and Type Method Description DescribeRecommendationLimitationsResponse.BuilderDescribeRecommendationLimitationsResponse.Builder. limitations(Limitation... limitations)The list of limitations for recommendations of target Amazon Web Services engines.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type Limitation Modifier and Type Method Description DescribeRecommendationLimitationsResponse.BuilderDescribeRecommendationLimitationsResponse.Builder. limitations(Collection<Limitation> limitations)The list of limitations for recommendations of target Amazon Web Services engines.
-