Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeRefreshSchemasStatusResponse
-
Packages that use DescribeRefreshSchemasStatusResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of DescribeRefreshSchemasStatusResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeRefreshSchemasStatusResponse Modifier and Type Method Description default DescribeRefreshSchemasStatusResponseDatabaseMigrationClient. describeRefreshSchemasStatus(Consumer<DescribeRefreshSchemasStatusRequest.Builder> describeRefreshSchemasStatusRequest)Returns the status of the RefreshSchemas operation.default DescribeRefreshSchemasStatusResponseDatabaseMigrationClient. describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest)Returns the status of the RefreshSchemas operation.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DescribeRefreshSchemasStatusResponse Modifier and Type Method Description default CompletableFuture<DescribeRefreshSchemasStatusResponse>DatabaseMigrationAsyncClient. describeRefreshSchemasStatus(Consumer<DescribeRefreshSchemasStatusRequest.Builder> describeRefreshSchemasStatusRequest)Returns the status of the RefreshSchemas operation.default CompletableFuture<DescribeRefreshSchemasStatusResponse>DatabaseMigrationAsyncClient. describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest)Returns the status of the RefreshSchemas operation.
-