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