Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private RefreshSchemasStatus |
RefreshSchemasResult.refreshSchemasStatus
The status of the refreshed schema.
|
private RefreshSchemasStatus |
DescribeRefreshSchemasStatusResult.refreshSchemasStatus
The status of the schema.
|
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(java.lang.String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
RefreshSchemasStatus |
RefreshSchemasStatus.withLastFailureMessage(java.lang.String lastFailureMessage)
The last failure message for the schema.
|
RefreshSchemasStatus |
RefreshSchemasStatus.withLastRefreshDate(java.util.Date lastRefreshDate)
The date the schema was last refreshed.
|
RefreshSchemasStatus |
RefreshSchemasStatus.withReplicationInstanceArn(java.lang.String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
RefreshSchemasStatus |
RefreshSchemasStatus.withStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
|
RefreshSchemasStatus |
RefreshSchemasStatus.withStatus(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
RefreshSchemasStatus |
RefreshSchemasStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RefreshSchemasStatusJsonMarshaller.marshall(RefreshSchemasStatus refreshSchemasStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|