Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListPromptsResponse
-
Packages that use ListPromptsResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListPromptsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListPromptsResponse Modifier and Type Method Description default ListPromptsResponseBedrockAgentClient. listPrompts(Consumer<ListPromptsRequest.Builder> listPromptsRequest)Returns either information about the working draft (DRAFTversion) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include thepromptIdentifierfield or not.default ListPromptsResponseBedrockAgentClient. listPrompts(ListPromptsRequest listPromptsRequest)Returns either information about the working draft (DRAFTversion) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include thepromptIdentifierfield or not.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListPromptsResponse Modifier and Type Method Description default CompletableFuture<ListPromptsResponse>BedrockAgentAsyncClient. listPrompts(Consumer<ListPromptsRequest.Builder> listPromptsRequest)Returns either information about the working draft (DRAFTversion) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include thepromptIdentifierfield or not.default CompletableFuture<ListPromptsResponse>BedrockAgentAsyncClient. listPrompts(ListPromptsRequest listPromptsRequest)Returns either information about the working draft (DRAFTversion) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include thepromptIdentifierfield or not. -
Uses of ListPromptsResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.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.bedrockagent.paginators with type arguments of type ListPromptsResponse Modifier and Type Method Description voidListPromptsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPromptsResponse> subscriber)
-