Uses of Class
software.amazon.awssdk.services.databasemigration.model.RefreshSchemasStatus
-
Packages that use RefreshSchemasStatus Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of RefreshSchemasStatus in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RefreshSchemasStatus Modifier and Type Method Description RefreshSchemasStatusDescribeRefreshSchemasStatusResponse. refreshSchemasStatus()The status of the schema.RefreshSchemasStatusRefreshSchemasResponse. refreshSchemasStatus()The status of the refreshed schema.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type RefreshSchemasStatus Modifier and Type Method Description DescribeRefreshSchemasStatusResponse.BuilderDescribeRefreshSchemasStatusResponse.Builder. refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the schema.RefreshSchemasResponse.BuilderRefreshSchemasResponse.Builder. refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the refreshed schema.
-