Uses of Class
com.amazonaws.services.databasemigrationservice.model.DescribeRefreshSchemasStatusResult
-
Packages that use DescribeRefreshSchemasStatusResult Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of DescribeRefreshSchemasStatusResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return DescribeRefreshSchemasStatusResult Modifier and Type Method Description DescribeRefreshSchemasStatusResult
AbstractAWSDatabaseMigrationService. describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest request)
DescribeRefreshSchemasStatusResult
AWSDatabaseMigrationService. describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest)
Returns the status of the RefreshSchemas operation.DescribeRefreshSchemasStatusResult
AWSDatabaseMigrationServiceClient. describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest)
Returns the status of the RefreshSchemas operation. -
Uses of DescribeRefreshSchemasStatusResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DescribeRefreshSchemasStatusResult Modifier and Type Method Description DescribeRefreshSchemasStatusResult
DescribeRefreshSchemasStatusResult. clone()
DescribeRefreshSchemasStatusResult
DescribeRefreshSchemasStatusResult. withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
-