| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
TimestreamSettings |
TimestreamSettings.clone() |
TimestreamSettings |
Endpoint.getTimestreamSettings()
The settings for the Amazon Timestream target endpoint.
|
TimestreamSettings |
ModifyEndpointRequest.getTimestreamSettings()
Settings in JSON format for the target Amazon Timestream endpoint.
|
TimestreamSettings |
CreateEndpointRequest.getTimestreamSettings()
Settings in JSON format for the target Amazon Timestream endpoint.
|
TimestreamSettings |
TimestreamSettings.withCdcInsertsAndUpdates(Boolean cdcInsertsAndUpdates)
Set this attribute to
true to specify that DMS only applies inserts and updates, and not deletes. |
TimestreamSettings |
TimestreamSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
TimestreamSettings |
TimestreamSettings.withEnableMagneticStoreWrites(Boolean enableMagneticStoreWrites)
Set this attribute to
true to enable memory store writes. |
TimestreamSettings |
TimestreamSettings.withMagneticDuration(Integer magneticDuration)
Set this attribute to specify the default magnetic duration applied to the Amazon Timestream tables in days.
|
TimestreamSettings |
TimestreamSettings.withMemoryDuration(Integer memoryDuration)
Set this attribute to specify the length of time to store all of the tables in memory that are migrated into
Amazon Timestream from the source database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setTimestreamSettings(TimestreamSettings timestreamSettings)
The settings for the Amazon Timestream target endpoint.
|
void |
ModifyEndpointRequest.setTimestreamSettings(TimestreamSettings timestreamSettings)
Settings in JSON format for the target Amazon Timestream endpoint.
|
void |
CreateEndpointRequest.setTimestreamSettings(TimestreamSettings timestreamSettings)
Settings in JSON format for the target Amazon Timestream endpoint.
|
Endpoint |
Endpoint.withTimestreamSettings(TimestreamSettings timestreamSettings)
The settings for the Amazon Timestream target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withTimestreamSettings(TimestreamSettings timestreamSettings)
Settings in JSON format for the target Amazon Timestream endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withTimestreamSettings(TimestreamSettings timestreamSettings)
Settings in JSON format for the target Amazon Timestream endpoint.
|
Copyright © 2023. All rights reserved.