| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics |
IoT Analytics allows you to collect large amounts of device data, process messages, and store them.
|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AWSIoTAnalyticsAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSIoTAnalyticsAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Used to create a channel.
|
Future<CreateChannelResult> |
AbstractAWSIoTAnalyticsAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
CreateChannelRequest.clone() |
CreateChannelRequest |
CreateChannelRequest.withChannelName(String channelName)
The name of the channel.
|
CreateChannelRequest |
CreateChannelRequest.withChannelStorage(ChannelStorage channelStorage)
Where channel data is stored.
|
CreateChannelRequest |
CreateChannelRequest.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the channel.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Tag... tags)
Metadata which can be used to manage the channel.
|
Copyright © 2024. All rights reserved.