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.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type UpdateEndpointRequest Modifier and Type Method Description UpdateEndpointResponse
AIServiceLanguage. 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)
UpdateEndpointResponse
AIServiceLanguageClient. 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.requests
Methods in com.oracle.bmc.ailanguage.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.ailanguage.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.
-