Uses of Class
software.amazon.awssdk.services.connect.model.StartOutboundVoiceContactResponse
-
Packages that use StartOutboundVoiceContactResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of StartOutboundVoiceContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return StartOutboundVoiceContactResponse Modifier and Type Method Description default StartOutboundVoiceContactResponseConnectClient. startOutboundVoiceContact(Consumer<StartOutboundVoiceContactRequest.Builder> startOutboundVoiceContactRequest)Places an outbound call to a contact, and then initiates the flow.default StartOutboundVoiceContactResponseConnectClient. startOutboundVoiceContact(StartOutboundVoiceContactRequest startOutboundVoiceContactRequest)Places an outbound call to a contact, and then initiates the flow.Methods in software.amazon.awssdk.services.connect that return types with arguments of type StartOutboundVoiceContactResponse Modifier and Type Method Description default CompletableFuture<StartOutboundVoiceContactResponse>ConnectAsyncClient. startOutboundVoiceContact(Consumer<StartOutboundVoiceContactRequest.Builder> startOutboundVoiceContactRequest)Places an outbound call to a contact, and then initiates the flow.default CompletableFuture<StartOutboundVoiceContactResponse>ConnectAsyncClient. startOutboundVoiceContact(StartOutboundVoiceContactRequest startOutboundVoiceContactRequest)Places an outbound call to a contact, and then initiates the flow.
-