Uses of Class
com.oracle.bmc.datasafe.requests.ListFindingsRequest
-
Packages that use ListFindingsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListFindingsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListFindingsRequest Modifier and Type Method Description ListFindingsResponse
DataSafe. listFindings(ListFindingsRequest request)
List all the findings from all the targets in the specified compartment.Future<ListFindingsResponse>
DataSafeAsync. listFindings(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResponse> handler)
List all the findings from all the targets in the specified compartment.Future<ListFindingsResponse>
DataSafeAsyncClient. listFindings(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResponse> handler)
ListFindingsResponse
DataSafeClient. listFindings(ListFindingsRequest request)
Iterable<FindingSummary>
DataSafePaginators. listFindingsRecordIterator(ListFindingsRequest request)
Creates a new iterable which will iterate over theFindingSummary
objects contained in responses from the listFindings operation.Iterable<ListFindingsResponse>
DataSafePaginators. listFindingsResponseIterator(ListFindingsRequest request)
Creates a new iterable which will iterate over the responses received from the listFindings operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListFindingsRequest Modifier and Type Method Description Future<ListFindingsResponse>
DataSafeAsync. listFindings(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResponse> handler)
List all the findings from all the targets in the specified compartment.Future<ListFindingsResponse>
DataSafeAsyncClient. listFindings(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResponse> handler)
-
Uses of ListFindingsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListFindingsRequest Modifier and Type Method Description ListFindingsRequest
ListFindingsRequest.Builder. build()
Build the instance of ListFindingsRequest as configured by this builderListFindingsRequest
ListFindingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListFindingsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListFindingsRequest Modifier and Type Method Description ListFindingsRequest.Builder
ListFindingsRequest.Builder. copy(ListFindingsRequest o)
Copy method to populate the builder with values from the given instance.
-