| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging |
The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelFlowResult> |
AmazonChimeSDKMessagingAsyncClient.updateChannelFlowAsync(UpdateChannelFlowRequest request,
AsyncHandler<UpdateChannelFlowRequest,UpdateChannelFlowResult> asyncHandler) |
Future<UpdateChannelFlowResult> |
AbstractAmazonChimeSDKMessagingAsync.updateChannelFlowAsync(UpdateChannelFlowRequest request,
AsyncHandler<UpdateChannelFlowRequest,UpdateChannelFlowResult> asyncHandler) |
Future<UpdateChannelFlowResult> |
AmazonChimeSDKMessagingAsync.updateChannelFlowAsync(UpdateChannelFlowRequest updateChannelFlowRequest,
AsyncHandler<UpdateChannelFlowRequest,UpdateChannelFlowResult> asyncHandler)
Updates channel flow attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelFlowRequest |
UpdateChannelFlowRequest.clone() |
UpdateChannelFlowRequest |
UpdateChannelFlowRequest.withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
UpdateChannelFlowRequest |
UpdateChannelFlowRequest.withName(String name)
The name of the channel flow.
|
UpdateChannelFlowRequest |
UpdateChannelFlowRequest.withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions
|
UpdateChannelFlowRequest |
UpdateChannelFlowRequest.withProcessors(Processor... processors)
Information about the processor Lambda functions
|
Copyright © 2024. All rights reserved.