Uses of Class
com.oracle.bmc.oda.responses.GetTranslatorResponse
-
Packages that use GetTranslatorResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of GetTranslatorResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return GetTranslatorResponse Modifier and Type Method Description GetTranslatorResponse
Management. getTranslator(GetTranslatorRequest request)
Gets the specified Translator.GetTranslatorResponse
ManagementClient. getTranslator(GetTranslatorRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type GetTranslatorResponse Modifier and Type Method Description Future<GetTranslatorResponse>
ManagementAsync. getTranslator(GetTranslatorRequest request, AsyncHandler<GetTranslatorRequest,GetTranslatorResponse> handler)
Gets the specified Translator.Future<GetTranslatorResponse>
ManagementAsyncClient. getTranslator(GetTranslatorRequest request, AsyncHandler<GetTranslatorRequest,GetTranslatorResponse> handler)
-
Uses of GetTranslatorResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return GetTranslatorResponse Modifier and Type Method Description GetTranslatorResponse
GetTranslatorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type GetTranslatorResponse Modifier and Type Method Description GetTranslatorResponse.Builder
GetTranslatorResponse.Builder. copy(GetTranslatorResponse o)
Copy method to populate the builder with values from the given instance.
-