| 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<CreateChannelFlowResult> |
AbstractAmazonChimeSDKMessagingAsync.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.
|
Future<CreateChannelFlowResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelFlowAsync(CreateChannelFlowRequest request,
AsyncHandler<CreateChannelFlowRequest,CreateChannelFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelFlowRequest |
CreateChannelFlowRequest.clone() |
CreateChannelFlowRequest |
CreateChannelFlowRequest.withAppInstanceArn(String appInstanceArn)
The ARN of the channel flow request.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withClientRequestToken(String clientRequestToken)
The client token for the request.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withName(String name)
The name of the channel flow.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withProcessors(Processor... processors)
Information about the processor Lambda functions.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withTags(Collection<Tag> tags)
The tags for the creation request.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withTags(Tag... tags)
The tags for the creation request.
|
Copyright © 2025. All rights reserved.