Uses of Class
software.amazon.awssdk.services.ivs.model.DeleteChannelResponse
-
Packages that use DeleteChannelResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of DeleteChannelResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return DeleteChannelResponse Modifier and Type Method Description default DeleteChannelResponseIvsClient. deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)Deletes the specified channel and its associated stream keys.default DeleteChannelResponseIvsClient. deleteChannel(DeleteChannelRequest deleteChannelRequest)Deletes the specified channel and its associated stream keys.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type DeleteChannelResponse Modifier and Type Method Description default CompletableFuture<DeleteChannelResponse>IvsAsyncClient. deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)Deletes the specified channel and its associated stream keys.default CompletableFuture<DeleteChannelResponse>IvsAsyncClient. deleteChannel(DeleteChannelRequest deleteChannelRequest)Deletes the specified channel and its associated stream keys.
-