Uses of Class
com.oracle.bmc.ailanguage.requests.UpdateEndpointRequest
- 
Packages that use UpdateEndpointRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests 
- 
- 
Uses of UpdateEndpointRequest in com.oracle.bmc.ailanguageMethods in com.oracle.bmc.ailanguage with parameters of type UpdateEndpointRequest Modifier and Type Method Description UpdateEndpointResponseAIServiceLanguage. updateEndpoint(UpdateEndpointRequest request)Update the Endpoint identified by the idFuture<UpdateEndpointResponse>AIServiceLanguageAsync. updateEndpoint(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResponse> handler)Update the Endpoint identified by the idFuture<UpdateEndpointResponse>AIServiceLanguageAsyncClient. updateEndpoint(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResponse> handler)UpdateEndpointResponseAIServiceLanguageClient. updateEndpoint(UpdateEndpointRequest request)Method parameters in com.oracle.bmc.ailanguage with type arguments of type UpdateEndpointRequest Modifier and Type Method Description Future<UpdateEndpointResponse>AIServiceLanguageAsync. updateEndpoint(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResponse> handler)Update the Endpoint identified by the idFuture<UpdateEndpointResponse>AIServiceLanguageAsyncClient. updateEndpoint(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResponse> handler)
- 
Uses of UpdateEndpointRequest in com.oracle.bmc.ailanguage.requestsMethods in com.oracle.bmc.ailanguage.requests that return UpdateEndpointRequest Modifier and Type Method Description UpdateEndpointRequestUpdateEndpointRequest.Builder. build()Build the instance of UpdateEndpointRequest as configured by this builderUpdateEndpointRequestUpdateEndpointRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateEndpointRequest as configured by this builderMethods in com.oracle.bmc.ailanguage.requests with parameters of type UpdateEndpointRequest Modifier and Type Method Description UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. copy(UpdateEndpointRequest o)Copy method to populate the builder with values from the given instance.
 
-