Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationConfig
Packages that use ReplicationConfig
-
Uses of ReplicationConfig in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationConfigModifier and TypeMethodDescriptionfinal ReplicationConfigCreateReplicationConfigResponse.replicationConfig()Configuration parameters returned from the DMS Serverless replication after it is created.final ReplicationConfigDeleteReplicationConfigResponse.replicationConfig()Configuration parameters returned for the DMS Serverless replication after it is deleted.final 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 ReplicationConfigModifier and TypeMethodDescriptionfinal 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 ReplicationConfigModifier and TypeMethodDescriptionCreateReplicationConfigResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Configuration parameters returned from the DMS Serverless replication after it is created.DeleteReplicationConfigResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Configuration parameters returned for the DMS Serverless replication after it is deleted.ModifyReplicationConfigResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Information about the serverless replication config that was modified.DescribeReplicationConfigsResponse.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 ReplicationConfigModifier and TypeMethodDescriptionDescribeReplicationConfigsResponse.Builder.replicationConfigs(Collection<ReplicationConfig> replicationConfigs) Returned configuration parameters that describe each provisioned DMS Serverless replication.