Uses of Class
com.oracle.bmc.bds.responses.ListIdentityConfigurationsResponse
-
Packages that use ListIdentityConfigurationsResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of ListIdentityConfigurationsResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return ListIdentityConfigurationsResponse Modifier and Type Method Description ListIdentityConfigurationsResponse
Bds. listIdentityConfigurations(ListIdentityConfigurationsRequest request)
Returns a list of all identity configurations associated with this Big Data Service cluster.ListIdentityConfigurationsResponse
BdsClient. listIdentityConfigurations(ListIdentityConfigurationsRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type ListIdentityConfigurationsResponse Modifier and Type Method Description Future<ListIdentityConfigurationsResponse>
BdsAsync. listIdentityConfigurations(ListIdentityConfigurationsRequest request, AsyncHandler<ListIdentityConfigurationsRequest,ListIdentityConfigurationsResponse> handler)
Returns a list of all identity configurations associated with this Big Data Service cluster.Future<ListIdentityConfigurationsResponse>
BdsAsyncClient. listIdentityConfigurations(ListIdentityConfigurationsRequest request, AsyncHandler<ListIdentityConfigurationsRequest,ListIdentityConfigurationsResponse> handler)
Iterable<ListIdentityConfigurationsResponse>
BdsPaginators. listIdentityConfigurationsResponseIterator(ListIdentityConfigurationsRequest request)
Creates a new iterable which will iterate over the responses received from the listIdentityConfigurations operation.Method parameters in com.oracle.bmc.bds with type arguments of type ListIdentityConfigurationsResponse Modifier and Type Method Description Future<ListIdentityConfigurationsResponse>
BdsAsync. listIdentityConfigurations(ListIdentityConfigurationsRequest request, AsyncHandler<ListIdentityConfigurationsRequest,ListIdentityConfigurationsResponse> handler)
Returns a list of all identity configurations associated with this Big Data Service cluster.Future<ListIdentityConfigurationsResponse>
BdsAsyncClient. listIdentityConfigurations(ListIdentityConfigurationsRequest request, AsyncHandler<ListIdentityConfigurationsRequest,ListIdentityConfigurationsResponse> handler)
-
Uses of ListIdentityConfigurationsResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return ListIdentityConfigurationsResponse Modifier and Type Method Description ListIdentityConfigurationsResponse
ListIdentityConfigurationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type ListIdentityConfigurationsResponse Modifier and Type Method Description ListIdentityConfigurationsResponse.Builder
ListIdentityConfigurationsResponse.Builder. copy(ListIdentityConfigurationsResponse o)
Copy method to populate the builder with values from the given instance.
-