| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
List<DatasetContentDeliveryRule> |
Dataset.contentDeliveryRules()
When dataset contents are created they are delivered to destinations specified here.
|
List<DatasetContentDeliveryRule> |
UpdateDatasetRequest.contentDeliveryRules()
When dataset contents are created, they are delivered to destinations specified here.
|
List<DatasetContentDeliveryRule> |
CreateDatasetRequest.contentDeliveryRules()
When dataset contents are created, they are delivered to destinations specified here.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
Dataset.Builder.contentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
UpdateDatasetRequest.Builder |
UpdateDatasetRequest.Builder.contentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.contentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
Dataset.Builder.contentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
UpdateDatasetRequest.Builder |
UpdateDatasetRequest.Builder.contentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.contentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
Copyright © 2023. All rights reserved.