Uses of Class
com.amazonaws.services.databasemigrationservice.model.RefreshSchemasStatus
-
Packages that use RefreshSchemasStatus Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of RefreshSchemasStatus in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return RefreshSchemasStatus Modifier and Type Method Description RefreshSchemasStatusRefreshSchemasStatus. clone()RefreshSchemasStatusDescribeRefreshSchemasStatusResult. getRefreshSchemasStatus()The status of the schema.RefreshSchemasStatusRefreshSchemasResult. getRefreshSchemasStatus()The status of the refreshed schema.RefreshSchemasStatusRefreshSchemasStatus. withEndpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasStatusRefreshSchemasStatus. withLastFailureMessage(String lastFailureMessage)The last failure message for the schema.RefreshSchemasStatusRefreshSchemasStatus. withLastRefreshDate(Date lastRefreshDate)The date the schema was last refreshed.RefreshSchemasStatusRefreshSchemasStatus. withReplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.RefreshSchemasStatusRefreshSchemasStatus. withStatus(RefreshSchemasStatusTypeValue status)The status of the schema.RefreshSchemasStatusRefreshSchemasStatus. withStatus(String status)The status of the schema.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type RefreshSchemasStatus Modifier and Type Method Description voidDescribeRefreshSchemasStatusResult. setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the schema.voidRefreshSchemasResult. setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the refreshed schema.DescribeRefreshSchemasStatusResultDescribeRefreshSchemasStatusResult. withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the schema.RefreshSchemasResultRefreshSchemasResult. withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the refreshed schema.
-