| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
RetentionPeriod |
RetentionPeriod.clone() |
RetentionPeriod |
Datastore.getRetentionPeriod()
How long, in days, message data is kept for the data store.
|
RetentionPeriod |
Channel.getRetentionPeriod()
How long, in days, message data is kept for the channel.
|
RetentionPeriod |
UpdateDatastoreRequest.getRetentionPeriod()
How long, in days, message data is kept for the data store.
|
RetentionPeriod |
CreateDatastoreResult.getRetentionPeriod()
How long, in days, message data is kept for the data store.
|
RetentionPeriod |
CreateDatastoreRequest.getRetentionPeriod()
How long, in days, message data is kept for the data store.
|
RetentionPeriod |
CreateDatasetResult.getRetentionPeriod()
How long, in days, dataset contents are kept for the dataset.
|
RetentionPeriod |
CreateDatasetRequest.getRetentionPeriod()
Optional.
|
RetentionPeriod |
CreateChannelResult.getRetentionPeriod()
How long, in days, message data is kept for the channel.
|
RetentionPeriod |
CreateChannelRequest.getRetentionPeriod()
How long, in days, message data is kept for the channel.
|
RetentionPeriod |
UpdateChannelRequest.getRetentionPeriod()
How long, in days, message data is kept for the channel.
|
RetentionPeriod |
Dataset.getRetentionPeriod()
Optional.
|
RetentionPeriod |
UpdateDatasetRequest.getRetentionPeriod()
How long, in days, dataset contents are kept for the dataset.
|
RetentionPeriod |
RetentionPeriod.withNumberOfDays(Integer numberOfDays)
The number of days that message data is kept.
|
RetentionPeriod |
RetentionPeriod.withUnlimited(Boolean unlimited)
If true, message data is kept indefinitely.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Datastore.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
void |
Channel.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
void |
UpdateDatastoreRequest.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
void |
CreateDatastoreResult.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
void |
CreateDatastoreRequest.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
void |
CreateDatasetResult.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, dataset contents are kept for the dataset.
|
void |
CreateDatasetRequest.setRetentionPeriod(RetentionPeriod retentionPeriod)
Optional.
|
void |
CreateChannelResult.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
void |
CreateChannelRequest.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
void |
UpdateChannelRequest.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
void |
Dataset.setRetentionPeriod(RetentionPeriod retentionPeriod)
Optional.
|
void |
UpdateDatasetRequest.setRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, dataset contents are kept for the dataset.
|
Datastore |
Datastore.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
Channel |
Channel.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
UpdateDatastoreRequest |
UpdateDatastoreRequest.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
CreateDatastoreResult |
CreateDatastoreResult.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
CreateDatastoreRequest |
CreateDatastoreRequest.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
CreateDatasetResult |
CreateDatasetResult.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, dataset contents are kept for the dataset.
|
CreateDatasetRequest |
CreateDatasetRequest.withRetentionPeriod(RetentionPeriod retentionPeriod)
Optional.
|
CreateChannelResult |
CreateChannelResult.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
CreateChannelRequest |
CreateChannelRequest.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
Dataset |
Dataset.withRetentionPeriod(RetentionPeriod retentionPeriod)
Optional.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, dataset contents are kept for the dataset.
|
Copyright © 2023. All rights reserved.