Uses of Class
com.oracle.bmc.oda.responses.ListDigitalAssistantsResponse
-
Packages that use ListDigitalAssistantsResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of ListDigitalAssistantsResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return ListDigitalAssistantsResponse Modifier and Type Method Description ListDigitalAssistantsResponse
Management. listDigitalAssistants(ListDigitalAssistantsRequest request)
Returns a page of Digital Assistants that belong to the specified Digital Assistant instance.ListDigitalAssistantsResponse
ManagementClient. listDigitalAssistants(ListDigitalAssistantsRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type ListDigitalAssistantsResponse Modifier and Type Method Description Future<ListDigitalAssistantsResponse>
ManagementAsync. listDigitalAssistants(ListDigitalAssistantsRequest request, AsyncHandler<ListDigitalAssistantsRequest,ListDigitalAssistantsResponse> handler)
Returns a page of Digital Assistants that belong to the specified Digital Assistant instance.Future<ListDigitalAssistantsResponse>
ManagementAsyncClient. listDigitalAssistants(ListDigitalAssistantsRequest request, AsyncHandler<ListDigitalAssistantsRequest,ListDigitalAssistantsResponse> handler)
Iterable<ListDigitalAssistantsResponse>
ManagementPaginators. listDigitalAssistantsResponseIterator(ListDigitalAssistantsRequest request)
Creates a new iterable which will iterate over the responses received from the listDigitalAssistants operation.Method parameters in com.oracle.bmc.oda with type arguments of type ListDigitalAssistantsResponse Modifier and Type Method Description Future<ListDigitalAssistantsResponse>
ManagementAsync. listDigitalAssistants(ListDigitalAssistantsRequest request, AsyncHandler<ListDigitalAssistantsRequest,ListDigitalAssistantsResponse> handler)
Returns a page of Digital Assistants that belong to the specified Digital Assistant instance.Future<ListDigitalAssistantsResponse>
ManagementAsyncClient. listDigitalAssistants(ListDigitalAssistantsRequest request, AsyncHandler<ListDigitalAssistantsRequest,ListDigitalAssistantsResponse> handler)
-
Uses of ListDigitalAssistantsResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return ListDigitalAssistantsResponse Modifier and Type Method Description ListDigitalAssistantsResponse
ListDigitalAssistantsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type ListDigitalAssistantsResponse Modifier and Type Method Description ListDigitalAssistantsResponse.Builder
ListDigitalAssistantsResponse.Builder. copy(ListDigitalAssistantsResponse o)
Copy method to populate the builder with values from the given instance.
-