Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CreateInvocationResponse
-
Packages that use CreateInvocationResponse Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases. -
-
Uses of CreateInvocationResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return CreateInvocationResponse Modifier and Type Method Description default CreateInvocationResponseBedrockAgentRuntimeClient. createInvocation(Consumer<CreateInvocationRequest.Builder> createInvocationRequest)Creates a new invocation within a session.default CreateInvocationResponseBedrockAgentRuntimeClient. createInvocation(CreateInvocationRequest createInvocationRequest)Creates a new invocation within a session.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type CreateInvocationResponse Modifier and Type Method Description default CompletableFuture<CreateInvocationResponse>BedrockAgentRuntimeAsyncClient. createInvocation(Consumer<CreateInvocationRequest.Builder> createInvocationRequest)Creates a new invocation within a session.default CompletableFuture<CreateInvocationResponse>BedrockAgentRuntimeAsyncClient. createInvocation(CreateInvocationRequest createInvocationRequest)Creates a new invocation within a session.
-