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