| 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 |
|---|---|
CreateChannelResult |
AmazonChimeSDKMessagingClient.createChannel(CreateChannelRequest request)
Creates a channel to which you can add users and send messages.
|
CreateChannelResult |
AmazonChimeSDKMessaging.createChannel(CreateChannelRequest createChannelRequest)
Creates a channel to which you can add users and send messages.
|
CreateChannelResult |
AbstractAmazonChimeSDKMessaging.createChannel(CreateChannelRequest request) |
Future<CreateChannelResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelAsync(CreateChannelRequest request) |
Future<CreateChannelResult> |
AmazonChimeSDKMessagingAsync.createChannelAsync(CreateChannelRequest createChannelRequest)
Creates a channel to which you can add users and send messages.
|
Future<CreateChannelResult> |
AbstractAmazonChimeSDKMessagingAsync.createChannelAsync(CreateChannelRequest request) |
Future<CreateChannelResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AmazonChimeSDKMessagingAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a channel to which you can add users and send messages.
|
Future<CreateChannelResult> |
AbstractAmazonChimeSDKMessagingAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AmazonChimeSDKMessagingAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a channel to which you can add users and send messages.
|
Future<CreateChannelResult> |
AbstractAmazonChimeSDKMessagingAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
CreateChannelRequest.clone() |
CreateChannelRequest |
CreateChannelRequest.withAppInstanceArn(String appInstanceArn)
The ARN of the channel request.
|
CreateChannelRequest |
CreateChannelRequest.withChannelId(String channelId)
The ID of the channel in the request.
|
CreateChannelRequest |
CreateChannelRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
CreateChannelRequest |
CreateChannelRequest.withClientRequestToken(String clientRequestToken)
The client token for the request.
|
CreateChannelRequest |
CreateChannelRequest.withMemberArns(Collection<String> memberArns)
The ARNs of the channel members in the request.
|
CreateChannelRequest |
CreateChannelRequest.withMemberArns(String... memberArns)
The ARNs of the channel members in the request.
|
CreateChannelRequest |
CreateChannelRequest.withMetadata(String metadata)
The metadata of the creation request.
|
CreateChannelRequest |
CreateChannelRequest.withMode(ChannelMode mode)
The channel mode:
UNRESTRICTED or RESTRICTED. |
CreateChannelRequest |
CreateChannelRequest.withMode(String mode)
The channel mode:
UNRESTRICTED or RESTRICTED. |
CreateChannelRequest |
CreateChannelRequest.withModeratorArns(Collection<String> moderatorArns)
The ARNs of the channel moderators in the request.
|
CreateChannelRequest |
CreateChannelRequest.withModeratorArns(String... moderatorArns)
The ARNs of the channel moderators in the request.
|
CreateChannelRequest |
CreateChannelRequest.withName(String name)
The name of the channel.
|
CreateChannelRequest |
CreateChannelRequest.withPrivacy(ChannelPrivacy privacy)
The channel's privacy level:
PUBLIC or PRIVATE. |
CreateChannelRequest |
CreateChannelRequest.withPrivacy(String privacy)
The channel's privacy level:
PUBLIC or PRIVATE. |
CreateChannelRequest |
CreateChannelRequest.withTags(Collection<Tag> tags)
The tags for the creation request.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Tag... tags)
The tags for the creation request.
|
Copyright © 2022. All rights reserved.