Uses of Class
software.amazon.awssdk.services.qconnect.model.ListAiGuardrailsResponse
-
Packages that use ListAiGuardrailsResponse Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.paginators -
-
Uses of ListAiGuardrailsResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return ListAiGuardrailsResponse Modifier and Type Method Description default ListAiGuardrailsResponseQConnectClient. listAIGuardrails(Consumer<ListAiGuardrailsRequest.Builder> listAiGuardrailsRequest)Lists the AI Guardrails available on the Amazon Q in Connect assistant.default ListAiGuardrailsResponseQConnectClient. listAIGuardrails(ListAiGuardrailsRequest listAiGuardrailsRequest)Lists the AI Guardrails available on the Amazon Q in Connect assistant.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type ListAiGuardrailsResponse Modifier and Type Method Description default CompletableFuture<ListAiGuardrailsResponse>QConnectAsyncClient. listAIGuardrails(Consumer<ListAiGuardrailsRequest.Builder> listAiGuardrailsRequest)Lists the AI Guardrails available on the Amazon Q in Connect assistant.default CompletableFuture<ListAiGuardrailsResponse>QConnectAsyncClient. listAIGuardrails(ListAiGuardrailsRequest listAiGuardrailsRequest)Lists the AI Guardrails available on the Amazon Q in Connect assistant. -
Uses of ListAiGuardrailsResponse in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type ListAiGuardrailsResponse Modifier and Type Method Description Iterator<ListAiGuardrailsResponse>ListAIGuardrailsIterable. iterator()Method parameters in software.amazon.awssdk.services.qconnect.paginators with type arguments of type ListAiGuardrailsResponse Modifier and Type Method Description voidListAIGuardrailsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAiGuardrailsResponse> subscriber)
-