| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetContentDeliveryRule |
DatasetContentDeliveryRule.clone() |
DatasetContentDeliveryRule |
DatasetContentDeliveryRule.withDestination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
|
DatasetContentDeliveryRule |
DatasetContentDeliveryRule.withEntryName(String entryName)
The name of the dataset content delivery rules entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetContentDeliveryRule> |
Dataset.getContentDeliveryRules()
When dataset contents are created they are delivered to destinations specified here.
|
List<DatasetContentDeliveryRule> |
UpdateDatasetRequest.getContentDeliveryRules()
When dataset contents are created, they are delivered to destinations specified here.
|
List<DatasetContentDeliveryRule> |
CreateDatasetRequest.getContentDeliveryRules()
When dataset contents are created, they are delivered to destinations specified here.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.withContentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withContentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
CreateDatasetRequest |
CreateDatasetRequest.withContentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.setContentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
void |
UpdateDatasetRequest.setContentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
void |
CreateDatasetRequest.setContentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
Dataset |
Dataset.withContentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withContentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
CreateDatasetRequest |
CreateDatasetRequest.withContentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
Copyright © 2023. All rights reserved.