| 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<AssociateChannelFlowResult> |
AbstractAmazonChimeSDKMessagingAsync.associateChannelFlowAsync(AssociateChannelFlowRequest request,
AsyncHandler<AssociateChannelFlowRequest,AssociateChannelFlowResult> asyncHandler) |
Future<AssociateChannelFlowResult> |
AmazonChimeSDKMessagingAsync.associateChannelFlowAsync(AssociateChannelFlowRequest associateChannelFlowRequest,
AsyncHandler<AssociateChannelFlowRequest,AssociateChannelFlowResult> asyncHandler)
Associates a channel flow with a channel.
|
Future<AssociateChannelFlowResult> |
AmazonChimeSDKMessagingAsyncClient.associateChannelFlowAsync(AssociateChannelFlowRequest request,
AsyncHandler<AssociateChannelFlowRequest,AssociateChannelFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateChannelFlowRequest |
AssociateChannelFlowRequest.clone() |
AssociateChannelFlowRequest |
AssociateChannelFlowRequest.withChannelArn(String channelArn)
The ARN of the channel.
|
AssociateChannelFlowRequest |
AssociateChannelFlowRequest.withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
AssociateChannelFlowRequest |
AssociateChannelFlowRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user making the API call. |
Copyright © 2024. All rights reserved.