Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.responses |
Modifier and Type | Method and Description |
---|---|
ListAuthenticationProvidersResponse |
ManagementClient.listAuthenticationProviders(ListAuthenticationProvidersRequest request) |
ListAuthenticationProvidersResponse |
Management.listAuthenticationProviders(ListAuthenticationProvidersRequest request)
Returns a page of Authentication Providers that belong to the specified Digital Assistant
instance.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAuthenticationProvidersResponse> |
ManagementAsyncClient.listAuthenticationProviders(ListAuthenticationProvidersRequest request,
AsyncHandler<ListAuthenticationProvidersRequest,ListAuthenticationProvidersResponse> handler) |
Future<ListAuthenticationProvidersResponse> |
ManagementAsync.listAuthenticationProviders(ListAuthenticationProvidersRequest request,
AsyncHandler<ListAuthenticationProvidersRequest,ListAuthenticationProvidersResponse> handler)
Returns a page of Authentication Providers that belong to the specified Digital Assistant
instance.
|
Iterable<ListAuthenticationProvidersResponse> |
ManagementPaginators.listAuthenticationProvidersResponseIterator(ListAuthenticationProvidersRequest request)
Creates a new iterable which will iterate over the responses received from the
listAuthenticationProviders operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAuthenticationProvidersResponse> |
ManagementAsyncClient.listAuthenticationProviders(ListAuthenticationProvidersRequest request,
AsyncHandler<ListAuthenticationProvidersRequest,ListAuthenticationProvidersResponse> handler) |
Future<ListAuthenticationProvidersResponse> |
ManagementAsync.listAuthenticationProviders(ListAuthenticationProvidersRequest request,
AsyncHandler<ListAuthenticationProvidersRequest,ListAuthenticationProvidersResponse> handler)
Returns a page of Authentication Providers that belong to the specified Digital Assistant
instance.
|
Modifier and Type | Method and Description |
---|---|
ListAuthenticationProvidersResponse |
ListAuthenticationProvidersResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListAuthenticationProvidersResponse.Builder |
ListAuthenticationProvidersResponse.Builder.copy(ListAuthenticationProvidersResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.