Uses of Class
software.amazon.awssdk.services.iotanalytics.model.CreateChannelResponse
-
Packages that use CreateChannelResponse Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them. -
-
Uses of CreateChannelResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return CreateChannelResponse Modifier and Type Method Description default CreateChannelResponseIoTAnalyticsClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Used to create a channel.default CreateChannelResponseIoTAnalyticsClient. createChannel(CreateChannelRequest createChannelRequest)Used to create a channel.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type CreateChannelResponse Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>IoTAnalyticsAsyncClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Used to create a channel.default CompletableFuture<CreateChannelResponse>IoTAnalyticsAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Used to create a channel.
-