Uses of Class
com.oracle.bmc.generativeai.requests.UpdateEndpointRequest
-
Packages that use UpdateEndpointRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of UpdateEndpointRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type UpdateEndpointRequest Modifier and Type Method Description UpdateEndpointResponse
GenerativeAi. updateEndpoint(UpdateEndpointRequest request)
Updates the properties of an endpoint.Future<UpdateEndpointResponse>
GenerativeAiAsync. updateEndpoint(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResponse> handler)
Updates the properties of an endpoint.Future<UpdateEndpointResponse>
GenerativeAiAsyncClient. updateEndpoint(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResponse> handler)
UpdateEndpointResponse
GenerativeAiClient. updateEndpoint(UpdateEndpointRequest request)
Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateEndpointRequest Modifier and Type Method Description Future<UpdateEndpointResponse>
GenerativeAiAsync. updateEndpoint(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResponse> handler)
Updates the properties of an endpoint.Future<UpdateEndpointResponse>
GenerativeAiAsyncClient. updateEndpoint(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResponse> handler)
-
Uses of UpdateEndpointRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return UpdateEndpointRequest Modifier and Type Method Description UpdateEndpointRequest
UpdateEndpointRequest.Builder. build()
Build the instance of UpdateEndpointRequest as configured by this builderUpdateEndpointRequest
UpdateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateEndpointRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type UpdateEndpointRequest Modifier and Type Method Description UpdateEndpointRequest.Builder
UpdateEndpointRequest.Builder. copy(UpdateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-