Uses of Class
com.oracle.bmc.cloudguard.requests.ListDataSourcesRequest
-
Packages that use ListDataSourcesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListDataSourcesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListDataSourcesRequest Modifier and Type Method Description ListDataSourcesResponse
CloudGuard. listDataSources(ListDataSourcesRequest request)
Returns a list of all data sources (DataSource resources) for a compartment identified by compartmentId.Future<ListDataSourcesResponse>
CloudGuardAsync. listDataSources(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResponse> handler)
Returns a list of all data sources (DataSource resources) for a compartment identified by compartmentId.Future<ListDataSourcesResponse>
CloudGuardAsyncClient. listDataSources(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResponse> handler)
ListDataSourcesResponse
CloudGuardClient. listDataSources(ListDataSourcesRequest request)
Iterable<DataSourceSummary>
CloudGuardPaginators. listDataSourcesRecordIterator(ListDataSourcesRequest request)
Creates a new iterable which will iterate over theDataSourceSummary
objects contained in responses from the listDataSources operation.Iterable<ListDataSourcesResponse>
CloudGuardPaginators. listDataSourcesResponseIterator(ListDataSourcesRequest request)
Creates a new iterable which will iterate over the responses received from the listDataSources operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListDataSourcesRequest Modifier and Type Method Description Future<ListDataSourcesResponse>
CloudGuardAsync. listDataSources(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResponse> handler)
Returns a list of all data sources (DataSource resources) for a compartment identified by compartmentId.Future<ListDataSourcesResponse>
CloudGuardAsyncClient. listDataSources(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResponse> handler)
-
Uses of ListDataSourcesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListDataSourcesRequest Modifier and Type Method Description ListDataSourcesRequest
ListDataSourcesRequest.Builder. build()
Build the instance of ListDataSourcesRequest as configured by this builderListDataSourcesRequest
ListDataSourcesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDataSourcesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListDataSourcesRequest Modifier and Type Method Description ListDataSourcesRequest.Builder
ListDataSourcesRequest.Builder. copy(ListDataSourcesRequest o)
Copy method to populate the builder with values from the given instance.
-