Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationConfig
-
Packages that use ReplicationConfig Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ReplicationConfig in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationConfig Modifier and Type Method Description ReplicationConfigCreateReplicationConfigResponse. replicationConfig()Configuration parameters returned from the DMS Serverless replication after it is created.ReplicationConfigDeleteReplicationConfigResponse. replicationConfig()Configuration parameters returned for the DMS Serverless replication after it is deleted.ReplicationConfigModifyReplicationConfigResponse. replicationConfig()Information about the serverless replication config that was modified.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationConfig Modifier and Type Method Description List<ReplicationConfig>DescribeReplicationConfigsResponse. replicationConfigs()Returned configuration parameters that describe each provisioned DMS Serverless replication.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationConfig Modifier and Type Method Description CreateReplicationConfigResponse.BuilderCreateReplicationConfigResponse.Builder. replicationConfig(ReplicationConfig replicationConfig)Configuration parameters returned from the DMS Serverless replication after it is created.DeleteReplicationConfigResponse.BuilderDeleteReplicationConfigResponse.Builder. replicationConfig(ReplicationConfig replicationConfig)Configuration parameters returned for the DMS Serverless replication after it is deleted.ModifyReplicationConfigResponse.BuilderModifyReplicationConfigResponse.Builder. replicationConfig(ReplicationConfig replicationConfig)Information about the serverless replication config that was modified.DescribeReplicationConfigsResponse.BuilderDescribeReplicationConfigsResponse.Builder. replicationConfigs(ReplicationConfig... replicationConfigs)Returned configuration parameters that describe each provisioned DMS Serverless replication.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ReplicationConfig Modifier and Type Method Description DescribeReplicationConfigsResponse.BuilderDescribeReplicationConfigsResponse.Builder. replicationConfigs(Collection<ReplicationConfig> replicationConfigs)Returned configuration parameters that describe each provisioned DMS Serverless replication.
-