Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeReplicationConfigsResponse
-
Packages that use DescribeReplicationConfigsResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.paginators -
-
Uses of DescribeReplicationConfigsResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeReplicationConfigsResponse Modifier and Type Method Description default DescribeReplicationConfigsResponseDatabaseMigrationClient. describeReplicationConfigs(Consumer<DescribeReplicationConfigsRequest.Builder> describeReplicationConfigsRequest)Returns one or more existing DMS Serverless replication configurations as a list of structures.default DescribeReplicationConfigsResponseDatabaseMigrationClient. describeReplicationConfigs(DescribeReplicationConfigsRequest describeReplicationConfigsRequest)Returns one or more existing DMS Serverless replication configurations as a list of structures.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DescribeReplicationConfigsResponse Modifier and Type Method Description default CompletableFuture<DescribeReplicationConfigsResponse>DatabaseMigrationAsyncClient. describeReplicationConfigs(Consumer<DescribeReplicationConfigsRequest.Builder> describeReplicationConfigsRequest)Returns one or more existing DMS Serverless replication configurations as a list of structures.default CompletableFuture<DescribeReplicationConfigsResponse>DatabaseMigrationAsyncClient. describeReplicationConfigs(DescribeReplicationConfigsRequest describeReplicationConfigsRequest)Returns one or more existing DMS Serverless replication configurations as a list of structures. -
Uses of DescribeReplicationConfigsResponse in software.amazon.awssdk.services.databasemigration.paginators
Methods in software.amazon.awssdk.services.databasemigration.paginators that return types with arguments of type DescribeReplicationConfigsResponse Modifier and Type Method Description Iterator<DescribeReplicationConfigsResponse>DescribeReplicationConfigsIterable. iterator()Method parameters in software.amazon.awssdk.services.databasemigration.paginators with type arguments of type DescribeReplicationConfigsResponse Modifier and Type Method Description voidDescribeReplicationConfigsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeReplicationConfigsResponse> subscriber)
-