Uses of Class
software.amazon.awssdk.services.connect.model.StartOutboundChatContactResponse
-
Packages that use StartOutboundChatContactResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of StartOutboundChatContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return StartOutboundChatContactResponse Modifier and Type Method Description default StartOutboundChatContactResponseConnectClient. startOutboundChatContact(Consumer<StartOutboundChatContactRequest.Builder> startOutboundChatContactRequest)Initiates a new outbound SMS contact to a customer.default StartOutboundChatContactResponseConnectClient. startOutboundChatContact(StartOutboundChatContactRequest startOutboundChatContactRequest)Initiates a new outbound SMS contact to a customer.Methods in software.amazon.awssdk.services.connect that return types with arguments of type StartOutboundChatContactResponse Modifier and Type Method Description default CompletableFuture<StartOutboundChatContactResponse>ConnectAsyncClient. startOutboundChatContact(Consumer<StartOutboundChatContactRequest.Builder> startOutboundChatContactRequest)Initiates a new outbound SMS contact to a customer.default CompletableFuture<StartOutboundChatContactResponse>ConnectAsyncClient. startOutboundChatContact(StartOutboundChatContactRequest startOutboundChatContactRequest)Initiates a new outbound SMS contact to a customer.
-