Uses of Class
com.amazonaws.services.iot.model.KinesisAction
Packages that use KinesisAction
-
Uses of KinesisAction in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return KinesisActionModifier and TypeMethodDescriptionKinesisAction.clone()
Action.getKinesis()
Write data to an Amazon Kinesis stream.KinesisAction.withPartitionKey
(String partitionKey) The partition key.KinesisAction.withRoleArn
(String roleArn) The ARN of the IAM role that grants access to the Amazon Kinesis stream.KinesisAction.withStreamName
(String streamName) The name of the Amazon Kinesis stream.Methods in com.amazonaws.services.iot.model with parameters of type KinesisActionModifier and TypeMethodDescriptionvoid
Action.setKinesis
(KinesisAction kinesis) Write data to an Amazon Kinesis stream.Action.withKinesis
(KinesisAction kinesis) Write data to an Amazon Kinesis stream.