Uses of Class
com.oracle.bmc.oda.requests.UpdateTranslatorRequest
-
Packages that use UpdateTranslatorRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of UpdateTranslatorRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type UpdateTranslatorRequest Modifier and Type Method Description UpdateTranslatorResponse
Management. updateTranslator(UpdateTranslatorRequest request)
Updates the specified Translator with the information in the request body.Future<UpdateTranslatorResponse>
ManagementAsync. updateTranslator(UpdateTranslatorRequest request, AsyncHandler<UpdateTranslatorRequest,UpdateTranslatorResponse> handler)
Updates the specified Translator with the information in the request body.Future<UpdateTranslatorResponse>
ManagementAsyncClient. updateTranslator(UpdateTranslatorRequest request, AsyncHandler<UpdateTranslatorRequest,UpdateTranslatorResponse> handler)
UpdateTranslatorResponse
ManagementClient. updateTranslator(UpdateTranslatorRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateTranslatorRequest Modifier and Type Method Description Future<UpdateTranslatorResponse>
ManagementAsync. updateTranslator(UpdateTranslatorRequest request, AsyncHandler<UpdateTranslatorRequest,UpdateTranslatorResponse> handler)
Updates the specified Translator with the information in the request body.Future<UpdateTranslatorResponse>
ManagementAsyncClient. updateTranslator(UpdateTranslatorRequest request, AsyncHandler<UpdateTranslatorRequest,UpdateTranslatorResponse> handler)
-
Uses of UpdateTranslatorRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return UpdateTranslatorRequest Modifier and Type Method Description UpdateTranslatorRequest
UpdateTranslatorRequest.Builder. build()
Build the instance of UpdateTranslatorRequest as configured by this builderUpdateTranslatorRequest
UpdateTranslatorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTranslatorRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type UpdateTranslatorRequest Modifier and Type Method Description UpdateTranslatorRequest.Builder
UpdateTranslatorRequest.Builder. copy(UpdateTranslatorRequest o)
Copy method to populate the builder with values from the given instance.
-