Uses of Class
software.amazon.awssdk.services.connect.model.ListPromptsResponse
-
Packages that use ListPromptsResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.paginators -
-
Uses of ListPromptsResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListPromptsResponse Modifier and Type Method Description default ListPromptsResponseConnectClient. listPrompts(Consumer<ListPromptsRequest.Builder> listPromptsRequest)Provides information about the prompts for the specified Amazon Connect instance.default ListPromptsResponseConnectClient. listPrompts(ListPromptsRequest listPromptsRequest)Provides information about the prompts for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListPromptsResponse Modifier and Type Method Description default CompletableFuture<ListPromptsResponse>ConnectAsyncClient. listPrompts(Consumer<ListPromptsRequest.Builder> listPromptsRequest)Provides information about the prompts for the specified Amazon Connect instance.default CompletableFuture<ListPromptsResponse>ConnectAsyncClient. listPrompts(ListPromptsRequest listPromptsRequest)Provides information about the prompts for the specified Amazon Connect instance. -
Uses of ListPromptsResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListPromptsResponse Modifier and Type Method Description Iterator<ListPromptsResponse>ListPromptsIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListPromptsResponse Modifier and Type Method Description voidListPromptsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPromptsResponse> subscriber)
-