Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetSpeakerSearchTaskResponse
-
Packages that use GetSpeakerSearchTaskResponse Package Description software.amazon.awssdk.services.chimesdkvoice The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. -
-
Uses of GetSpeakerSearchTaskResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetSpeakerSearchTaskResponse Modifier and Type Method Description default GetSpeakerSearchTaskResponseChimeSdkVoiceClient. getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest)Retrieves the details of the specified speaker search task.default GetSpeakerSearchTaskResponseChimeSdkVoiceClient. getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest)Retrieves the details of the specified speaker search task.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetSpeakerSearchTaskResponse Modifier and Type Method Description default CompletableFuture<GetSpeakerSearchTaskResponse>ChimeSdkVoiceAsyncClient. getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest)Retrieves the details of the specified speaker search task.default CompletableFuture<GetSpeakerSearchTaskResponse>ChimeSdkVoiceAsyncClient. getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest)Retrieves the details of the specified speaker search task.
-