| 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 |
|---|---|
CreateChannelFlowResult |
AmazonChimeSDKMessagingClient.createChannelFlow(CreateChannelFlowRequest request)
Creates a channel flow, a container for processors.
|
CreateChannelFlowResult |
AbstractAmazonChimeSDKMessaging.createChannelFlow(CreateChannelFlowRequest request) |
CreateChannelFlowResult |
AmazonChimeSDKMessaging.createChannelFlow(CreateChannelFlowRequest createChannelFlowRequest)
Creates a channel flow, a container for processors.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelFlowResult> |
AbstractAmazonChimeSDKMessagingAsync.createChannelFlowAsync(CreateChannelFlowRequest request,
AsyncHandler<CreateChannelFlowRequest,CreateChannelFlowResult> asyncHandler) |
Future<CreateChannelFlowResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelFlowAsync(CreateChannelFlowRequest request,
AsyncHandler<CreateChannelFlowRequest,CreateChannelFlowResult> asyncHandler) |
Future<CreateChannelFlowResult> |
AmazonChimeSDKMessagingAsync.createChannelFlowAsync(CreateChannelFlowRequest createChannelFlowRequest,
AsyncHandler<CreateChannelFlowRequest,CreateChannelFlowResult> asyncHandler)
Creates a channel flow, a container for processors.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelFlowResult |
CreateChannelFlowResult.clone() |
CreateChannelFlowResult |
CreateChannelFlowResult.withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
Copyright © 2024. All rights reserved.