Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.UpdateChannelFlowRequest.Builder
-
Packages that use UpdateChannelFlowRequest.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 UpdateChannelFlowRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging
Method parameters in software.amazon.awssdk.services.chimesdkmessaging with type arguments of type UpdateChannelFlowRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateChannelFlowResponse>ChimeSdkMessagingAsyncClient. updateChannelFlow(Consumer<UpdateChannelFlowRequest.Builder> updateChannelFlowRequest)Updates channel flow attributes.default UpdateChannelFlowResponseChimeSdkMessagingClient. updateChannelFlow(Consumer<UpdateChannelFlowRequest.Builder> updateChannelFlowRequest)Updates channel flow attributes. -
Uses of UpdateChannelFlowRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return UpdateChannelFlowRequest.Builder Modifier and Type Method Description static UpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest. builder()UpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. channelFlowArn(String channelFlowArn)The ARN of the channel flow.UpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. name(String name)The name of the channel flow.UpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. processors(Collection<Processor> processors)Information about the processor Lambda functionsUpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. processors(Consumer<Processor.Builder>... processors)Information about the processor Lambda functionsUpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. processors(Processor... processors)Information about the processor Lambda functionsUpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type UpdateChannelFlowRequest.Builder Modifier and Type Method Description static Class<? extends UpdateChannelFlowRequest.Builder>UpdateChannelFlowRequest. serializableBuilderClass()
-