Uses of Class
software.amazon.awssdk.services.databasemigration.model.GetTargetSelectionRulesResponse
Packages that use GetTargetSelectionRulesResponse
-
Uses of GetTargetSelectionRulesResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return GetTargetSelectionRulesResponseModifier and TypeMethodDescriptiondefault GetTargetSelectionRulesResponseDatabaseMigrationClient.getTargetSelectionRules(Consumer<GetTargetSelectionRulesRequest.Builder> getTargetSelectionRulesRequest) Converts source selection rules into their target counterparts for schema conversion operations.default GetTargetSelectionRulesResponseDatabaseMigrationClient.getTargetSelectionRules(GetTargetSelectionRulesRequest getTargetSelectionRulesRequest) Converts source selection rules into their target counterparts for schema conversion operations.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type GetTargetSelectionRulesResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.getTargetSelectionRules(Consumer<GetTargetSelectionRulesRequest.Builder> getTargetSelectionRulesRequest) Converts source selection rules into their target counterparts for schema conversion operations.DatabaseMigrationAsyncClient.getTargetSelectionRules(GetTargetSelectionRulesRequest getTargetSelectionRulesRequest) Converts source selection rules into their target counterparts for schema conversion operations.