Uses of Class
com.oracle.bmc.generativeaiagent.responses.GetToolResponse
-
Packages that use GetToolResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of GetToolResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return GetToolResponse Modifier and Type Method Description GetToolResponse
GenerativeAiAgent. getTool(GetToolRequest request)
Gets information about a tool.GetToolResponse
GenerativeAiAgentClient. getTool(GetToolRequest request)
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type GetToolResponse Modifier and Type Method Description Waiter<GetToolRequest,GetToolResponse>
GenerativeAiAgentWaiters. forTool(GetToolRequest request, Tool.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetToolRequest,GetToolResponse>
GenerativeAiAgentWaiters. forTool(GetToolRequest request, Tool.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetToolRequest,GetToolResponse>
GenerativeAiAgentWaiters. forTool(GetToolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Tool.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetToolResponse>
GenerativeAiAgentAsync. getTool(GetToolRequest request, AsyncHandler<GetToolRequest,GetToolResponse> handler)
Gets information about a tool.Future<GetToolResponse>
GenerativeAiAgentAsyncClient. getTool(GetToolRequest request, AsyncHandler<GetToolRequest,GetToolResponse> handler)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetToolResponse Modifier and Type Method Description Future<GetToolResponse>
GenerativeAiAgentAsync. getTool(GetToolRequest request, AsyncHandler<GetToolRequest,GetToolResponse> handler)
Gets information about a tool.Future<GetToolResponse>
GenerativeAiAgentAsyncClient. getTool(GetToolRequest request, AsyncHandler<GetToolRequest,GetToolResponse> handler)
-
Uses of GetToolResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return GetToolResponse Modifier and Type Method Description GetToolResponse
GetToolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type GetToolResponse Modifier and Type Method Description GetToolResponse.Builder
GetToolResponse.Builder. copy(GetToolResponse o)
Copy method to populate the builder with values from the given instance.
-