Uses of Class
com.oracle.bmc.ailanguage.responses.UpdateEndpointResponse
-
Packages that use UpdateEndpointResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of UpdateEndpointResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return UpdateEndpointResponse Modifier and Type Method Description UpdateEndpointResponse
AIServiceLanguage. updateEndpoint(UpdateEndpointRequest request)
Update the Endpoint identified by the idUpdateEndpointResponse
AIServiceLanguageClient. updateEndpoint(UpdateEndpointRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type UpdateEndpointResponse 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)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type UpdateEndpointResponse 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 UpdateEndpointResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return UpdateEndpointResponse Modifier and Type Method Description UpdateEndpointResponse
UpdateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type UpdateEndpointResponse Modifier and Type Method Description UpdateEndpointResponse.Builder
UpdateEndpointResponse.Builder. copy(UpdateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-