Uses of Class
com.oracle.bmc.oda.responses.UpdateTranslatorResponse
-
Packages that use UpdateTranslatorResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of UpdateTranslatorResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return UpdateTranslatorResponse Modifier and Type Method Description UpdateTranslatorResponse
Management. updateTranslator(UpdateTranslatorRequest request)
Updates the specified Translator with the information in the request body.UpdateTranslatorResponse
ManagementClient. updateTranslator(UpdateTranslatorRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type UpdateTranslatorResponse 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)
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateTranslatorResponse 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 UpdateTranslatorResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return UpdateTranslatorResponse Modifier and Type Method Description UpdateTranslatorResponse
UpdateTranslatorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type UpdateTranslatorResponse Modifier and Type Method Description UpdateTranslatorResponse.Builder
UpdateTranslatorResponse.Builder. copy(UpdateTranslatorResponse o)
Copy method to populate the builder with values from the given instance.
-