Uses of Interface
software.amazon.awssdk.services.chime.model.ListChannelMembershipsForAppInstanceUserRequest.Builder
-
Packages that use ListChannelMembershipsForAppInstanceUserRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of ListChannelMembershipsForAppInstanceUserRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type ListChannelMembershipsForAppInstanceUserRequest.Builder Modifier and Type Method Description default CompletableFuture<ListChannelMembershipsForAppInstanceUserResponse>ChimeAsyncClient. listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)Deprecated.Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespacedefault ListChannelMembershipsForAppInstanceUserResponseChimeClient. listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)Deprecated.Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespacedefault ListChannelMembershipsForAppInstanceUserPublisherChimeAsyncClient. listChannelMembershipsForAppInstanceUserPaginator(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)Deprecated.Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespacedefault ListChannelMembershipsForAppInstanceUserIterableChimeClient. listChannelMembershipsForAppInstanceUserPaginator(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)Deprecated.Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace -
Uses of ListChannelMembershipsForAppInstanceUserRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return ListChannelMembershipsForAppInstanceUserRequest.Builder Modifier and Type Method Description ListChannelMembershipsForAppInstanceUserRequest.BuilderListChannelMembershipsForAppInstanceUserRequest.Builder. appInstanceUserArn(String appInstanceUserArn)The ARN of theAppInstanceUsersstatic ListChannelMembershipsForAppInstanceUserRequest.BuilderListChannelMembershipsForAppInstanceUserRequest. builder()ListChannelMembershipsForAppInstanceUserRequest.BuilderListChannelMembershipsForAppInstanceUserRequest.Builder. chimeBearer(String chimeBearer)TheAppInstanceUserArnof the user that makes the API call.ListChannelMembershipsForAppInstanceUserRequest.BuilderListChannelMembershipsForAppInstanceUserRequest.Builder. maxResults(Integer maxResults)The maximum number of users that you want returned.ListChannelMembershipsForAppInstanceUserRequest.BuilderListChannelMembershipsForAppInstanceUserRequest.Builder. nextToken(String nextToken)The token returned from previous API requests until the number of channel memberships is reached.ListChannelMembershipsForAppInstanceUserRequest.BuilderListChannelMembershipsForAppInstanceUserRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelMembershipsForAppInstanceUserRequest.BuilderListChannelMembershipsForAppInstanceUserRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelMembershipsForAppInstanceUserRequest.BuilderListChannelMembershipsForAppInstanceUserRequest. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type ListChannelMembershipsForAppInstanceUserRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelMembershipsForAppInstanceUserRequest.Builder>ListChannelMembershipsForAppInstanceUserRequest. serializableBuilderClass()
-