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