Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeRefreshSchemasStatusResponse
Packages that use DescribeRefreshSchemasStatusResponse
-
Uses of DescribeRefreshSchemasStatusResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeRefreshSchemasStatusResponseModifier and TypeMethodDescriptionDatabaseMigrationClient.describeRefreshSchemasStatus(Consumer<DescribeRefreshSchemasStatusRequest.Builder> describeRefreshSchemasStatusRequest) Returns the status of the RefreshSchemas operation.DatabaseMigrationClient.describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest) Returns the status of the RefreshSchemas operation.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DescribeRefreshSchemasStatusResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.describeRefreshSchemasStatus(Consumer<DescribeRefreshSchemasStatusRequest.Builder> describeRefreshSchemasStatusRequest) Returns the status of the RefreshSchemas operation.DatabaseMigrationAsyncClient.describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest) Returns the status of the RefreshSchemas operation.