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 RefreshSchemasStatus
RefreshSchemasStatus. clone()
RefreshSchemasStatus
DescribeRefreshSchemasStatusResult. getRefreshSchemasStatus()
The status of the schema.RefreshSchemasStatus
RefreshSchemasResult. getRefreshSchemasStatus()
The status of the refreshed schema.RefreshSchemasStatus
RefreshSchemasStatus. withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasStatus
RefreshSchemasStatus. withLastFailureMessage(String lastFailureMessage)
The last failure message for the schema.RefreshSchemasStatus
RefreshSchemasStatus. withLastRefreshDate(Date lastRefreshDate)
The date the schema was last refreshed.RefreshSchemasStatus
RefreshSchemasStatus. withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.RefreshSchemasStatus
RefreshSchemasStatus. withStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.RefreshSchemasStatus
RefreshSchemasStatus. 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 void
DescribeRefreshSchemasStatusResult. setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.void
RefreshSchemasResult. setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.DescribeRefreshSchemasStatusResult
DescribeRefreshSchemasStatusResult. withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.RefreshSchemasResult
RefreshSchemasResult. withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
-