Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
RefreshSchemasStatus |
RefreshSchemasStatus.clone() |
RefreshSchemasStatus |
RefreshSchemasResult.getRefreshSchemasStatus()
The status of the refreshed schema.
|
RefreshSchemasStatus |
DescribeRefreshSchemasStatusResult.getRefreshSchemasStatus()
The status of the 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.
|
Modifier and Type | Method and Description |
---|---|
void |
RefreshSchemasResult.setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
|
void |
DescribeRefreshSchemasStatusResult.setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
|
RefreshSchemasResult |
RefreshSchemasResult.withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
|
DescribeRefreshSchemasStatusResult |
DescribeRefreshSchemasStatusResult.withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
|
Copyright © 2018. All rights reserved.