Uses of Class
com.oracle.bmc.aispeech.responses.GetCustomizationResponse
-
Packages that use GetCustomizationResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of GetCustomizationResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return GetCustomizationResponse Modifier and Type Method Description GetCustomizationResponse
AIServiceSpeech. getCustomization(GetCustomizationRequest request)
Gets a Customization by identifierGetCustomizationResponse
AIServiceSpeechClient. getCustomization(GetCustomizationRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type GetCustomizationResponse Modifier and Type Method Description Future<GetCustomizationResponse>
AIServiceSpeechAsync. getCustomization(GetCustomizationRequest request, AsyncHandler<GetCustomizationRequest,GetCustomizationResponse> handler)
Gets a Customization by identifierFuture<GetCustomizationResponse>
AIServiceSpeechAsyncClient. getCustomization(GetCustomizationRequest request, AsyncHandler<GetCustomizationRequest,GetCustomizationResponse> handler)
-
Uses of GetCustomizationResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return GetCustomizationResponse Modifier and Type Method Description GetCustomizationResponse
GetCustomizationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type GetCustomizationResponse Modifier and Type Method Description GetCustomizationResponse.Builder
GetCustomizationResponse.Builder. copy(GetCustomizationResponse o)
Copy method to populate the builder with values from the given instance.
-