Uses of Class
com.amazonaws.services.databasemigrationservice.model.RefreshSchemasStatus
Packages that use RefreshSchemasStatus
-
Uses of RefreshSchemasStatus in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return RefreshSchemasStatusModifier and TypeMethodDescriptionRefreshSchemasStatus.clone()
DescribeRefreshSchemasStatusResult.getRefreshSchemasStatus()
The status of the schema.RefreshSchemasResult.getRefreshSchemasStatus()
The status of the refreshed schema.RefreshSchemasStatus.withEndpointArn
(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasStatus.withLastFailureMessage
(String lastFailureMessage) The last failure message for the schema.RefreshSchemasStatus.withLastRefreshDate
(Date lastRefreshDate) The date the schema was last refreshed.RefreshSchemasStatus.withReplicationInstanceArn
(String replicationInstanceArn) The Amazon Resource Name (ARN) of the replication instance.RefreshSchemasStatus.withStatus
(RefreshSchemasStatusTypeValue status) The status of the schema.RefreshSchemasStatus.withStatus
(String status) The status of the schema.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type RefreshSchemasStatusModifier and TypeMethodDescriptionvoid
DescribeRefreshSchemasStatusResult.setRefreshSchemasStatus
(RefreshSchemasStatus refreshSchemasStatus) The status of the schema.void
RefreshSchemasResult.setRefreshSchemasStatus
(RefreshSchemasStatus refreshSchemasStatus) The status of the refreshed schema.DescribeRefreshSchemasStatusResult.withRefreshSchemasStatus
(RefreshSchemasStatus refreshSchemasStatus) The status of the schema.RefreshSchemasResult.withRefreshSchemasStatus
(RefreshSchemasStatus refreshSchemasStatus) The status of the refreshed schema.