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