| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeChannelMembershipForAppInstanceUserResponse |
ChimeClient.describeChannelMembershipForAppInstanceUser(Consumer<DescribeChannelMembershipForAppInstanceUserRequest.Builder> describeChannelMembershipForAppInstanceUserRequest)
Returns the details of a channel based on the membership of the specified
AppInstanceUser. |
default CompletableFuture<DescribeChannelMembershipForAppInstanceUserResponse> |
ChimeAsyncClient.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 © 2022. All rights reserved.