| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelMembershipsForAppInstanceUserResponse> |
ChimeAsyncClient.listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Deprecated.
Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace
|
default ListChannelMembershipsForAppInstanceUserResponse |
ChimeClient.listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Deprecated.
Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace
|
default ListChannelMembershipsForAppInstanceUserPublisher |
ChimeAsyncClient.listChannelMembershipsForAppInstanceUserPaginator(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Deprecated.
Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace
|
default ListChannelMembershipsForAppInstanceUserIterable |
ChimeClient.listChannelMembershipsForAppInstanceUserPaginator(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Deprecated.
Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelMembershipsForAppInstanceUserRequest.Builder |
ListChannelMembershipsForAppInstanceUserRequest.Builder.appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUsers |
static ListChannelMembershipsForAppInstanceUserRequest.Builder |
ListChannelMembershipsForAppInstanceUserRequest.builder() |
ListChannelMembershipsForAppInstanceUserRequest.Builder |
ListChannelMembershipsForAppInstanceUserRequest.Builder.chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
ListChannelMembershipsForAppInstanceUserRequest.Builder |
ListChannelMembershipsForAppInstanceUserRequest.Builder.maxResults(Integer maxResults)
The maximum number of users that you want returned.
|
ListChannelMembershipsForAppInstanceUserRequest.Builder |
ListChannelMembershipsForAppInstanceUserRequest.Builder.nextToken(String nextToken)
The token returned from previous API requests until the number of channel memberships is reached.
|
ListChannelMembershipsForAppInstanceUserRequest.Builder |
ListChannelMembershipsForAppInstanceUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelMembershipsForAppInstanceUserRequest.Builder |
ListChannelMembershipsForAppInstanceUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChannelMembershipsForAppInstanceUserRequest.Builder |
ListChannelMembershipsForAppInstanceUserRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelMembershipsForAppInstanceUserRequest.Builder> |
ListChannelMembershipsForAppInstanceUserRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.