Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ListChannelMembershipsForAppInstanceUserResponse
-
Packages that use ListChannelMembershipsForAppInstanceUserResponse 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.paginators -
-
Uses of ListChannelMembershipsForAppInstanceUserResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return ListChannelMembershipsForAppInstanceUserResponse Modifier and Type Method Description default ListChannelMembershipsForAppInstanceUserResponseChimeSdkMessagingClient. listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)Lists all channels that anAppInstanceUserorAppInstanceBotis a part of.default ListChannelMembershipsForAppInstanceUserResponseChimeSdkMessagingClient. listChannelMembershipsForAppInstanceUser(ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest)Lists all channels that anAppInstanceUserorAppInstanceBotis a part of.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type ListChannelMembershipsForAppInstanceUserResponse Modifier and Type Method Description default CompletableFuture<ListChannelMembershipsForAppInstanceUserResponse>ChimeSdkMessagingAsyncClient. listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)Lists all channels that anAppInstanceUserorAppInstanceBotis a part of.default CompletableFuture<ListChannelMembershipsForAppInstanceUserResponse>ChimeSdkMessagingAsyncClient. listChannelMembershipsForAppInstanceUser(ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest)Lists all channels that anAppInstanceUserorAppInstanceBotis a part of. -
Uses of ListChannelMembershipsForAppInstanceUserResponse in software.amazon.awssdk.services.chimesdkmessaging.paginators
Methods in software.amazon.awssdk.services.chimesdkmessaging.paginators that return types with arguments of type ListChannelMembershipsForAppInstanceUserResponse Modifier and Type Method Description Iterator<ListChannelMembershipsForAppInstanceUserResponse>ListChannelMembershipsForAppInstanceUserIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.paginators with type arguments of type ListChannelMembershipsForAppInstanceUserResponse Modifier and Type Method Description voidListChannelMembershipsForAppInstanceUserPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelMembershipsForAppInstanceUserResponse> subscriber)
-