| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateChannelFlowResponse> |
ChimeSdkMessagingAsyncClient.updateChannelFlow(Consumer<UpdateChannelFlowRequest.Builder> updateChannelFlowRequest)
Updates channel flow attributes.
|
default UpdateChannelFlowResponse |
ChimeSdkMessagingClient.updateChannelFlow(Consumer<UpdateChannelFlowRequest.Builder> updateChannelFlowRequest)
Updates channel flow attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.builder() |
UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.Builder.channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.Builder.name(String name)
The name of the channel flow.
|
UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.Builder.processors(Collection<Processor> processors)
Information about the processor Lambda functions
|
UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.Builder.processors(Consumer<Processor.Builder>... processors)
Information about the processor Lambda functions
|
UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.Builder.processors(Processor... processors)
Information about the processor Lambda functions
|
UpdateChannelFlowRequest.Builder |
UpdateChannelFlowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelFlowRequest.Builder> |
UpdateChannelFlowRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.