Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListPromptsResponse
Packages that use ListPromptsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListPromptsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListPromptsResponseModifier and TypeMethodDescriptiondefault 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 ListPromptsResponseModifier and TypeMethodDescriptiondefault 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 ListPromptsResponseMethod parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListPromptsResponseModifier and TypeMethodDescriptionvoidListPromptsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPromptsResponse> subscriber)