Uses of Class
com.oracle.bmc.aispeech.responses.ListCustomizationsResponse
-
Packages that use ListCustomizationsResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of ListCustomizationsResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return ListCustomizationsResponse Modifier and Type Method Description ListCustomizationsResponse
AIServiceSpeech. listCustomizations(ListCustomizationsRequest request)
Returns a list of Customizations.ListCustomizationsResponse
AIServiceSpeechClient. listCustomizations(ListCustomizationsRequest request)
Methods in com.oracle.bmc.aispeech that return types with arguments of type ListCustomizationsResponse 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)
Iterable<ListCustomizationsResponse>
AIServiceSpeechPaginators. listCustomizationsResponseIterator(ListCustomizationsRequest request)
Creates a new iterable which will iterate over the responses received from the listCustomizations operation.Method parameters in com.oracle.bmc.aispeech with type arguments of type ListCustomizationsResponse 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 ListCustomizationsResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return ListCustomizationsResponse Modifier and Type Method Description ListCustomizationsResponse
ListCustomizationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type ListCustomizationsResponse Modifier and Type Method Description ListCustomizationsResponse.Builder
ListCustomizationsResponse.Builder. copy(ListCustomizationsResponse o)
Copy method to populate the builder with values from the given instance.
-