| 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<UpdateChannelResult> |
AbstractAmazonChimeSDKMessagingAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AmazonChimeSDKMessagingAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Update a channel's attributes.
|
Future<UpdateChannelResult> |
AmazonChimeSDKMessagingAsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.clone() |
UpdateChannelRequest |
UpdateChannelRequest.withChannelArn(String channelArn)
The ARN of the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
UpdateChannelRequest |
UpdateChannelRequest.withMetadata(String metadata)
The metadata for the update request.
|
UpdateChannelRequest |
UpdateChannelRequest.withMode(ChannelMode mode)
The mode of the update request.
|
UpdateChannelRequest |
UpdateChannelRequest.withMode(String mode)
The mode of the update request.
|
UpdateChannelRequest |
UpdateChannelRequest.withName(String name)
The name of the channel.
|
Copyright © 2024. All rights reserved.