Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.DescribeChannelMembershipForAppInstanceUserResponse
-
Packages that use DescribeChannelMembershipForAppInstanceUserResponse 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. -
-
Uses of DescribeChannelMembershipForAppInstanceUserResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return DescribeChannelMembershipForAppInstanceUserResponse Modifier and Type Method Description default DescribeChannelMembershipForAppInstanceUserResponseChimeSdkMessagingClient. describeChannelMembershipForAppInstanceUser(Consumer<DescribeChannelMembershipForAppInstanceUserRequest.Builder> describeChannelMembershipForAppInstanceUserRequest)Returns the details of a channel based on the membership of the specifiedAppInstanceUserorAppInstanceBot.default DescribeChannelMembershipForAppInstanceUserResponseChimeSdkMessagingClient. describeChannelMembershipForAppInstanceUser(DescribeChannelMembershipForAppInstanceUserRequest describeChannelMembershipForAppInstanceUserRequest)Returns the details of a channel based on the membership of the specifiedAppInstanceUserorAppInstanceBot.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type DescribeChannelMembershipForAppInstanceUserResponse Modifier and Type Method Description default CompletableFuture<DescribeChannelMembershipForAppInstanceUserResponse>ChimeSdkMessagingAsyncClient. describeChannelMembershipForAppInstanceUser(Consumer<DescribeChannelMembershipForAppInstanceUserRequest.Builder> describeChannelMembershipForAppInstanceUserRequest)Returns the details of a channel based on the membership of the specifiedAppInstanceUserorAppInstanceBot.default CompletableFuture<DescribeChannelMembershipForAppInstanceUserResponse>ChimeSdkMessagingAsyncClient. describeChannelMembershipForAppInstanceUser(DescribeChannelMembershipForAppInstanceUserRequest describeChannelMembershipForAppInstanceUserRequest)Returns the details of a channel based on the membership of the specifiedAppInstanceUserorAppInstanceBot.
-