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 ListFindingsResponseDataSafe. listFindings(ListFindingsRequest request)Lists all the findings for the specified assessment except for type TEMPLATE.Future<ListFindingsResponse>DataSafeAsync. listFindings(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResponse> handler)Lists all the findings for the specified assessment except for type TEMPLATE.Future<ListFindingsResponse>DataSafeAsyncClient. listFindings(ListFindingsRequest request, AsyncHandler<ListFindingsRequest,ListFindingsResponse> handler)ListFindingsResponseDataSafeClient. listFindings(ListFindingsRequest request)Iterable<FindingSummary>DataSafePaginators. listFindingsRecordIterator(ListFindingsRequest request)Creates a new iterable which will iterate over theFindingSummaryobjects 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)Lists all the findings for the specified assessment except for type TEMPLATE.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 ListFindingsRequestListFindingsRequest.Builder. build()Build the instance of ListFindingsRequest as configured by this builderListFindingsRequestListFindingsRequest.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.BuilderListFindingsRequest.Builder. copy(ListFindingsRequest o)Copy method to populate the builder with values from the given instance.
-