Uses of Class
software.amazon.awssdk.services.connect.model.ContactFlow
-
Packages that use ContactFlow Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of ContactFlow in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactFlow Modifier and Type Method Description ContactFlowDescribeContactFlowResponse. contactFlow()Information about the flow.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ContactFlow Modifier and Type Method Description List<ContactFlow>SearchContactFlowsResponse. contactFlows()Information about the flows.Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactFlow Modifier and Type Method Description DescribeContactFlowResponse.BuilderDescribeContactFlowResponse.Builder. contactFlow(ContactFlow contactFlow)Information about the flow.SearchContactFlowsResponse.BuilderSearchContactFlowsResponse.Builder. contactFlows(ContactFlow... contactFlows)Information about the flows.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ContactFlow Modifier and Type Method Description SearchContactFlowsResponse.BuilderSearchContactFlowsResponse.Builder. contactFlows(Collection<ContactFlow> contactFlows)Information about the flows. -
Uses of ContactFlow in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ContactFlow Modifier and Type Method Description SdkIterable<ContactFlow>SearchContactFlowsIterable. contactFlows()Returns an iterable to iterate through the paginatedSearchContactFlowsResponse.contactFlows()member.SdkPublisher<ContactFlow>SearchContactFlowsPublisher. contactFlows()Returns a publisher that can be used to get a stream of data.
-