| 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<DisassociateChannelFlowResult> |
AbstractAmazonChimeSDKMessagingAsync.disassociateChannelFlowAsync(DisassociateChannelFlowRequest request,
AsyncHandler<DisassociateChannelFlowRequest,DisassociateChannelFlowResult> asyncHandler) |
Future<DisassociateChannelFlowResult> |
AmazonChimeSDKMessagingAsync.disassociateChannelFlowAsync(DisassociateChannelFlowRequest disassociateChannelFlowRequest,
AsyncHandler<DisassociateChannelFlowRequest,DisassociateChannelFlowResult> asyncHandler)
Disassociates a channel flow from all its channels.
|
Future<DisassociateChannelFlowResult> |
AmazonChimeSDKMessagingAsyncClient.disassociateChannelFlowAsync(DisassociateChannelFlowRequest request,
AsyncHandler<DisassociateChannelFlowRequest,DisassociateChannelFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateChannelFlowRequest |
DisassociateChannelFlowRequest.clone() |
DisassociateChannelFlowRequest |
DisassociateChannelFlowRequest.withChannelArn(String channelArn)
The ARN of the channel.
|
DisassociateChannelFlowRequest |
DisassociateChannelFlowRequest.withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
DisassociateChannelFlowRequest |
DisassociateChannelFlowRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user making the API call. |
Copyright © 2024. All rights reserved.