Uses of Class
com.oracle.bmc.aispeech.requests.ListCustomizationsRequest
-
Packages that use ListCustomizationsRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of ListCustomizationsRequest in com.oracle.bmc.aispeech
Method parameters in com.oracle.bmc.aispeech with type arguments of type ListCustomizationsRequest Modifier and Type Method Description Future<ListCustomizationsResponse>
AIServiceSpeechAsync. listCustomizations(ListCustomizationsRequest request, AsyncHandler<ListCustomizationsRequest,ListCustomizationsResponse> handler)
Returns a list of Customizations.Future<ListCustomizationsResponse>
AIServiceSpeechAsyncClient. listCustomizations(ListCustomizationsRequest request, AsyncHandler<ListCustomizationsRequest,ListCustomizationsResponse> handler)
-
Uses of ListCustomizationsRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return ListCustomizationsRequest Modifier and Type Method Description ListCustomizationsRequest
ListCustomizationsRequest.Builder. build()
Build the instance of ListCustomizationsRequest as configured by this builderListCustomizationsRequest
ListCustomizationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCustomizationsRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type ListCustomizationsRequest Modifier and Type Method Description ListCustomizationsRequest.Builder
ListCustomizationsRequest.Builder. copy(ListCustomizationsRequest o)
Copy method to populate the builder with values from the given instance.
-