Uses of Interface
software.amazon.awssdk.services.databasemigration.model.GetTargetSelectionRulesRequest.Builder
Packages that use GetTargetSelectionRulesRequest.Builder
Package
Description
-
Uses of GetTargetSelectionRulesRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type GetTargetSelectionRulesRequest.BuilderModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.getTargetSelectionRules(Consumer<GetTargetSelectionRulesRequest.Builder> getTargetSelectionRulesRequest) Converts source selection rules into their target counterparts for schema conversion operations.default GetTargetSelectionRulesResponseDatabaseMigrationClient.getTargetSelectionRules(Consumer<GetTargetSelectionRulesRequest.Builder> getTargetSelectionRulesRequest) Converts source selection rules into their target counterparts for schema conversion operations. -
Uses of GetTargetSelectionRulesRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return GetTargetSelectionRulesRequest.BuilderModifier and TypeMethodDescriptionGetTargetSelectionRulesRequest.builder()GetTargetSelectionRulesRequest.Builder.migrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).GetTargetSelectionRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetTargetSelectionRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetTargetSelectionRulesRequest.Builder.selectionRules(String selectionRules) A JSON string that contains the source selection rules to convert into their target counterparts.GetTargetSelectionRulesRequest.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type GetTargetSelectionRulesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetTargetSelectionRulesRequest.Builder>GetTargetSelectionRulesRequest.serializableBuilderClass()