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