Uses of Class
com.oracle.bmc.generativeai.responses.GetEndpointResponse
-
Packages that use GetEndpointResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of GetEndpointResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return GetEndpointResponse Modifier and Type Method Description GetEndpointResponse
GenerativeAi. getEndpoint(GetEndpointRequest request)
Gets information about an endpoint.GetEndpointResponse
GenerativeAiClient. getEndpoint(GetEndpointRequest request)
Method parameters in com.oracle.bmc.generativeai with type arguments of type GetEndpointResponse 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 GetEndpointResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return GetEndpointResponse Modifier and Type Method Description GetEndpointResponse
GetEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type GetEndpointResponse Modifier and Type Method Description GetEndpointResponse.Builder
GetEndpointResponse.Builder. copy(GetEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-