Uses of Class
com.oracle.bmc.aispeech.requests.ChangeCustomizationCompartmentRequest
-
Packages that use ChangeCustomizationCompartmentRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of ChangeCustomizationCompartmentRequest in com.oracle.bmc.aispeech
Method parameters in com.oracle.bmc.aispeech with type arguments of type ChangeCustomizationCompartmentRequest 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 ChangeCustomizationCompartmentRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return ChangeCustomizationCompartmentRequest Modifier and Type Method Description ChangeCustomizationCompartmentRequest
ChangeCustomizationCompartmentRequest.Builder. build()
Build the instance of ChangeCustomizationCompartmentRequest as configured by this builderChangeCustomizationCompartmentRequest
ChangeCustomizationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeCustomizationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type ChangeCustomizationCompartmentRequest Modifier and Type Method Description ChangeCustomizationCompartmentRequest.Builder
ChangeCustomizationCompartmentRequest.Builder. copy(ChangeCustomizationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-