| 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 |
|---|---|
CreateChannelResult |
AbstractAWSIoTAnalytics.createChannel(CreateChannelRequest request) |
CreateChannelResult |
AWSIoTAnalyticsClient.createChannel(CreateChannelRequest request)
Used to create a channel.
|
CreateChannelResult |
AWSIoTAnalytics.createChannel(CreateChannelRequest createChannelRequest)
Used to create a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AbstractAWSIoTAnalyticsAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
CreateChannelResult.clone() |
CreateChannelResult |
CreateChannelResult.withChannelArn(String channelArn)
The ARN of the channel.
|
CreateChannelResult |
CreateChannelResult.withChannelName(String channelName)
The name of the channel.
|
CreateChannelResult |
CreateChannelResult.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
Copyright © 2023. All rights reserved.