Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DeleteChannelRequest
-
Packages that use DeleteChannelRequest Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them.software.amazon.awssdk.services.iotanalytics.transform -
-
Uses of DeleteChannelRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type DeleteChannelRequest Modifier and Type Method Description default CompletableFuture<DeleteChannelResponse>IoTAnalyticsAsyncClient. deleteChannel(DeleteChannelRequest deleteChannelRequest)Deletes the specified channel.default DeleteChannelResponseIoTAnalyticsClient. deleteChannel(DeleteChannelRequest deleteChannelRequest)Deletes the specified channel. -
Uses of DeleteChannelRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type DeleteChannelRequest Modifier and Type Method Description SdkHttpFullRequestDeleteChannelRequestMarshaller. marshall(DeleteChannelRequest deleteChannelRequest)
-