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