Uses of Class
software.amazon.awssdk.services.connect.model.StartOutboundVoiceContactRequest
-
Packages that use StartOutboundVoiceContactRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of StartOutboundVoiceContactRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type StartOutboundVoiceContactRequest Modifier and Type Method Description default CompletableFuture<StartOutboundVoiceContactResponse>ConnectAsyncClient. startOutboundVoiceContact(StartOutboundVoiceContactRequest 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. -
Uses of StartOutboundVoiceContactRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type StartOutboundVoiceContactRequest Modifier and Type Method Description SdkHttpFullRequestStartOutboundVoiceContactRequestMarshaller. marshall(StartOutboundVoiceContactRequest startOutboundVoiceContactRequest)
-