Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeReplicationTaskAssessmentResultsResponse
Packages that use DescribeReplicationTaskAssessmentResultsResponse
Package
Description
-
Uses of DescribeReplicationTaskAssessmentResultsResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeReplicationTaskAssessmentResultsResponseModifier and TypeMethodDescriptionDatabaseMigrationClient.describeReplicationTaskAssessmentResults(Consumer<DescribeReplicationTaskAssessmentResultsRequest.Builder> describeReplicationTaskAssessmentResultsRequest) Returns the task assessment results from the Amazon S3 bucket that DMS creates in your Amazon Web Services account.DatabaseMigrationClient.describeReplicationTaskAssessmentResults(DescribeReplicationTaskAssessmentResultsRequest describeReplicationTaskAssessmentResultsRequest) Returns the task assessment results from the Amazon S3 bucket that DMS creates in your Amazon Web Services account.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DescribeReplicationTaskAssessmentResultsResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.describeReplicationTaskAssessmentResults(Consumer<DescribeReplicationTaskAssessmentResultsRequest.Builder> describeReplicationTaskAssessmentResultsRequest) Returns the task assessment results from the Amazon S3 bucket that DMS creates in your Amazon Web Services account.DatabaseMigrationAsyncClient.describeReplicationTaskAssessmentResults(DescribeReplicationTaskAssessmentResultsRequest describeReplicationTaskAssessmentResultsRequest) Returns the task assessment results from the Amazon S3 bucket that DMS creates in your Amazon Web Services account. -
Uses of DescribeReplicationTaskAssessmentResultsResponse in software.amazon.awssdk.services.databasemigration.paginators
Methods in software.amazon.awssdk.services.databasemigration.paginators that return types with arguments of type DescribeReplicationTaskAssessmentResultsResponseMethod parameters in software.amazon.awssdk.services.databasemigration.paginators with type arguments of type DescribeReplicationTaskAssessmentResultsResponseModifier and TypeMethodDescriptionvoidDescribeReplicationTaskAssessmentResultsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeReplicationTaskAssessmentResultsResponse> subscriber)