Uses of Interface
software.amazon.awssdk.services.chime.model.DescribeChannelMembershipForAppInstanceUserRequest.Builder
-
Packages that use DescribeChannelMembershipForAppInstanceUserRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of DescribeChannelMembershipForAppInstanceUserRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type DescribeChannelMembershipForAppInstanceUserRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeChannelMembershipForAppInstanceUserResponse>ChimeAsyncClient. describeChannelMembershipForAppInstanceUser(Consumer<DescribeChannelMembershipForAppInstanceUserRequest.Builder> describeChannelMembershipForAppInstanceUserRequest)Deprecated.Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespacedefault DescribeChannelMembershipForAppInstanceUserResponseChimeClient. describeChannelMembershipForAppInstanceUser(Consumer<DescribeChannelMembershipForAppInstanceUserRequest.Builder> describeChannelMembershipForAppInstanceUserRequest)Deprecated.Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace -
Uses of DescribeChannelMembershipForAppInstanceUserRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return DescribeChannelMembershipForAppInstanceUserRequest.Builder Modifier and Type Method Description DescribeChannelMembershipForAppInstanceUserRequest.BuilderDescribeChannelMembershipForAppInstanceUserRequest.Builder. appInstanceUserArn(String appInstanceUserArn)The ARN of the user in a channel.static DescribeChannelMembershipForAppInstanceUserRequest.BuilderDescribeChannelMembershipForAppInstanceUserRequest. builder()DescribeChannelMembershipForAppInstanceUserRequest.BuilderDescribeChannelMembershipForAppInstanceUserRequest.Builder. channelArn(String channelArn)The ARN of the channel to which the user belongs.DescribeChannelMembershipForAppInstanceUserRequest.BuilderDescribeChannelMembershipForAppInstanceUserRequest.Builder. chimeBearer(String chimeBearer)TheAppInstanceUserArnof the user that makes the API call.DescribeChannelMembershipForAppInstanceUserRequest.BuilderDescribeChannelMembershipForAppInstanceUserRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeChannelMembershipForAppInstanceUserRequest.BuilderDescribeChannelMembershipForAppInstanceUserRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeChannelMembershipForAppInstanceUserRequest.BuilderDescribeChannelMembershipForAppInstanceUserRequest. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type DescribeChannelMembershipForAppInstanceUserRequest.Builder Modifier and Type Method Description static Class<? extends DescribeChannelMembershipForAppInstanceUserRequest.Builder>DescribeChannelMembershipForAppInstanceUserRequest. serializableBuilderClass()
-