| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetContentDeliveryDestination |
DatasetContentDeliveryDestination.clone() |
DatasetContentDeliveryDestination |
DatasetContentDeliveryRule.getDestination()
The destination to which dataset contents are delivered.
|
DatasetContentDeliveryDestination |
DatasetContentDeliveryDestination.withIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to AWS IoT Events.
|
DatasetContentDeliveryDestination |
DatasetContentDeliveryDestination.withS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetContentDeliveryRule.setDestination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
|
DatasetContentDeliveryRule |
DatasetContentDeliveryRule.withDestination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
|
Copyright © 2021. All rights reserved.