Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.GetSpeakerSearchTaskResponse
-
Packages that use GetSpeakerSearchTaskResponse Package Description software.amazon.awssdk.services.chimesdkmediapipelines The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings. -
-
Uses of GetSpeakerSearchTaskResponse in software.amazon.awssdk.services.chimesdkmediapipelines
Methods in software.amazon.awssdk.services.chimesdkmediapipelines that return GetSpeakerSearchTaskResponse Modifier and Type Method Description default GetSpeakerSearchTaskResponseChimeSdkMediaPipelinesClient. getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest)Retrieves the details of the specified speaker search task.default GetSpeakerSearchTaskResponseChimeSdkMediaPipelinesClient. getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest)Retrieves the details of the specified speaker search task.Methods in software.amazon.awssdk.services.chimesdkmediapipelines that return types with arguments of type GetSpeakerSearchTaskResponse Modifier and Type Method Description default CompletableFuture<GetSpeakerSearchTaskResponse>ChimeSdkMediaPipelinesAsyncClient. getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest)Retrieves the details of the specified speaker search task.default CompletableFuture<GetSpeakerSearchTaskResponse>ChimeSdkMediaPipelinesAsyncClient. getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest)Retrieves the details of the specified speaker search task.
-