| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging |
The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeChannelMembershipForAppInstanceUserResponse |
ChimeSdkMessagingClient.describeChannelMembershipForAppInstanceUser(Consumer<DescribeChannelMembershipForAppInstanceUserRequest.Builder> describeChannelMembershipForAppInstanceUserRequest)
Returns the details of a channel based on the membership of the specified
AppInstanceUser. |
default CompletableFuture<DescribeChannelMembershipForAppInstanceUserResponse> |
ChimeSdkMessagingAsyncClient.describeChannelMembershipForAppInstanceUser(Consumer<DescribeChannelMembershipForAppInstanceUserRequest.Builder> describeChannelMembershipForAppInstanceUserRequest)
Returns the details of a channel based on the membership of the specified
AppInstanceUser. |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelMembershipForAppInstanceUserRequest.Builder |
DescribeChannelMembershipForAppInstanceUserRequest.Builder.appInstanceUserArn(String appInstanceUserArn)
The ARN of the user in a channel.
|
static DescribeChannelMembershipForAppInstanceUserRequest.Builder |
DescribeChannelMembershipForAppInstanceUserRequest.builder() |
DescribeChannelMembershipForAppInstanceUserRequest.Builder |
DescribeChannelMembershipForAppInstanceUserRequest.Builder.channelArn(String channelArn)
The ARN of the channel to which the user belongs.
|
DescribeChannelMembershipForAppInstanceUserRequest.Builder |
DescribeChannelMembershipForAppInstanceUserRequest.Builder.chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
DescribeChannelMembershipForAppInstanceUserRequest.Builder |
DescribeChannelMembershipForAppInstanceUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeChannelMembershipForAppInstanceUserRequest.Builder |
DescribeChannelMembershipForAppInstanceUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeChannelMembershipForAppInstanceUserRequest.Builder |
DescribeChannelMembershipForAppInstanceUserRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeChannelMembershipForAppInstanceUserRequest.Builder> |
DescribeChannelMembershipForAppInstanceUserRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.