Uses of Class
com.oracle.bmc.generativeai.requests.GetEndpointRequest
-
Packages that use GetEndpointRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of GetEndpointRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type GetEndpointRequest Modifier and Type Method Description Waiter<GetEndpointRequest,GetEndpointResponse>
GenerativeAiWaiters. forEndpoint(GetEndpointRequest request, Endpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEndpointRequest,GetEndpointResponse>
GenerativeAiWaiters. forEndpoint(GetEndpointRequest request, Endpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEndpointRequest,GetEndpointResponse>
GenerativeAiWaiters. forEndpoint(GetEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Endpoint.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.generativeai with type arguments of type GetEndpointRequest Modifier and Type Method Description Future<GetEndpointResponse>
GenerativeAiAsync. getEndpoint(GetEndpointRequest request, AsyncHandler<GetEndpointRequest,GetEndpointResponse> handler)
Gets information about an endpoint.Future<GetEndpointResponse>
GenerativeAiAsyncClient. getEndpoint(GetEndpointRequest request, AsyncHandler<GetEndpointRequest,GetEndpointResponse> handler)
-
Uses of GetEndpointRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return GetEndpointRequest Modifier and Type Method Description GetEndpointRequest
GetEndpointRequest.Builder. build()
Build the instance of GetEndpointRequest as configured by this builderGetEndpointRequest
GetEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetEndpointRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type GetEndpointRequest Modifier and Type Method Description GetEndpointRequest.Builder
GetEndpointRequest.Builder. copy(GetEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-