| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics |
AWS IoT Analytics provides advanced data analysis for AWS IoT.
|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AWSIoTAnalyticsAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AbstractAWSIoTAnalyticsAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSIoTAnalyticsAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a channel.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
CreateChannelRequest.clone() |
CreateChannelRequest |
CreateChannelRequest.withChannelName(String channelName)
The name of the channel.
|
CreateChannelRequest |
CreateChannelRequest.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
Copyright © 2018. All rights reserved.