Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateContactFlowModuleContentRequest.Builder
-
Packages that use UpdateContactFlowModuleContentRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of UpdateContactFlowModuleContentRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateContactFlowModuleContentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateContactFlowModuleContentResponse>ConnectAsyncClient. updateContactFlowModuleContent(Consumer<UpdateContactFlowModuleContentRequest.Builder> updateContactFlowModuleContentRequest)Updates specified flow module for the specified Amazon Connect instance.default UpdateContactFlowModuleContentResponseConnectClient. updateContactFlowModuleContent(Consumer<UpdateContactFlowModuleContentRequest.Builder> updateContactFlowModuleContentRequest)Updates specified flow module for the specified Amazon Connect instance. -
Uses of UpdateContactFlowModuleContentRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateContactFlowModuleContentRequest.Builder Modifier and Type Method Description static UpdateContactFlowModuleContentRequest.BuilderUpdateContactFlowModuleContentRequest. builder()UpdateContactFlowModuleContentRequest.BuilderUpdateContactFlowModuleContentRequest.Builder. contactFlowModuleId(String contactFlowModuleId)The identifier of the flow module.UpdateContactFlowModuleContentRequest.BuilderUpdateContactFlowModuleContentRequest.Builder. content(String content)The JSON string that represents the content of the flow.UpdateContactFlowModuleContentRequest.BuilderUpdateContactFlowModuleContentRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateContactFlowModuleContentRequest.BuilderUpdateContactFlowModuleContentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateContactFlowModuleContentRequest.BuilderUpdateContactFlowModuleContentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateContactFlowModuleContentRequest.BuilderUpdateContactFlowModuleContentRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateContactFlowModuleContentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateContactFlowModuleContentRequest.Builder>UpdateContactFlowModuleContentRequest. serializableBuilderClass()
-