Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DeletePromptResponse
-
Packages that use DeletePromptResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of DeletePromptResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return DeletePromptResponse Modifier and Type Method Description default DeletePromptResponseBedrockAgentClient. deletePrompt(Consumer<DeletePromptRequest.Builder> deletePromptRequest)Deletes a prompt or a version of it, depending on whether you include thepromptVersionfield or not.default DeletePromptResponseBedrockAgentClient. deletePrompt(DeletePromptRequest deletePromptRequest)Deletes a prompt or a version of it, depending on whether you include thepromptVersionfield or not.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type DeletePromptResponse Modifier and Type Method Description default CompletableFuture<DeletePromptResponse>BedrockAgentAsyncClient. deletePrompt(Consumer<DeletePromptRequest.Builder> deletePromptRequest)Deletes a prompt or a version of it, depending on whether you include thepromptVersionfield or not.default CompletableFuture<DeletePromptResponse>BedrockAgentAsyncClient. deletePrompt(DeletePromptRequest deletePromptRequest)Deletes a prompt or a version of it, depending on whether you include thepromptVersionfield or not.
-