Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.AssociateChannelFlowRequest.Builder
-
Packages that use AssociateChannelFlowRequest.Builder 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.model -
-
Uses of AssociateChannelFlowRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging
Method parameters in software.amazon.awssdk.services.chimesdkmessaging with type arguments of type AssociateChannelFlowRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateChannelFlowResponse>ChimeSdkMessagingAsyncClient. associateChannelFlow(Consumer<AssociateChannelFlowRequest.Builder> associateChannelFlowRequest)Associates a channel flow with a channel.default AssociateChannelFlowResponseChimeSdkMessagingClient. associateChannelFlow(Consumer<AssociateChannelFlowRequest.Builder> associateChannelFlowRequest)Associates a channel flow with a channel. -
Uses of AssociateChannelFlowRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return AssociateChannelFlowRequest.Builder Modifier and Type Method Description static AssociateChannelFlowRequest.BuilderAssociateChannelFlowRequest. builder()AssociateChannelFlowRequest.BuilderAssociateChannelFlowRequest.Builder. channelArn(String channelArn)The ARN of the channel.AssociateChannelFlowRequest.BuilderAssociateChannelFlowRequest.Builder. channelFlowArn(String channelFlowArn)The ARN of the channel flow.AssociateChannelFlowRequest.BuilderAssociateChannelFlowRequest.Builder. chimeBearer(String chimeBearer)TheAppInstanceUserArnof the user making the API call.AssociateChannelFlowRequest.BuilderAssociateChannelFlowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateChannelFlowRequest.BuilderAssociateChannelFlowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateChannelFlowRequest.BuilderAssociateChannelFlowRequest. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type AssociateChannelFlowRequest.Builder Modifier and Type Method Description static Class<? extends AssociateChannelFlowRequest.Builder>AssociateChannelFlowRequest. serializableBuilderClass()
-