Uses of Class
com.oracle.bmc.generativeaiagent.requests.GetToolRequest
-
Packages that use GetToolRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of GetToolRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type GetToolRequest 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.Methods in com.oracle.bmc.generativeaiagent with parameters of type GetToolRequest 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.GetToolResponse
GenerativeAiAgent. getTool(GetToolRequest request)
Gets information about a tool.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)
GetToolResponse
GenerativeAiAgentClient. getTool(GetToolRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetToolRequest 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 GetToolRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return GetToolRequest Modifier and Type Method Description GetToolRequest
GetToolRequest.Builder. build()
Build the instance of GetToolRequest as configured by this builderGetToolRequest
GetToolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetToolRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type GetToolRequest Modifier and Type Method Description GetToolRequest.Builder
GetToolRequest.Builder. copy(GetToolRequest o)
Copy method to populate the builder with values from the given instance.
-