Uses of Class
com.oracle.bmc.cloudguard.responses.ListDataSourcesResponse
-
Packages that use ListDataSourcesResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListDataSourcesResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListDataSourcesResponse Modifier and Type Method Description ListDataSourcesResponseCloudGuard. listDataSources(ListDataSourcesRequest request)Returns a list of all data sources (DataSource resources) for a compartment identified by compartmentId.ListDataSourcesResponseCloudGuardClient. listDataSources(ListDataSourcesRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListDataSourcesResponse 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)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 ListDataSourcesResponse 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 ListDataSourcesResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListDataSourcesResponse Modifier and Type Method Description ListDataSourcesResponseListDataSourcesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListDataSourcesResponse Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. copy(ListDataSourcesResponse o)Copy method to populate the builder with values from the given instance.
-