Uses of Class
com.oracle.bmc.datasafe.responses.ListFindingsResponse
-
Packages that use ListFindingsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListFindingsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListFindingsResponse Modifier and Type Method Description ListFindingsResponseDataSafe. listFindings(ListFindingsRequest request)List all the findings from all the targets in the specified compartment.ListFindingsResponseDataSafeClient. listFindings(ListFindingsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListFindingsResponse 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)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 ListFindingsResponse 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 ListFindingsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListFindingsResponse Modifier and Type Method Description ListFindingsResponseListFindingsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListFindingsResponse Modifier and Type Method Description ListFindingsResponse.BuilderListFindingsResponse.Builder. copy(ListFindingsResponse o)Copy method to populate the builder with values from the given instance.
-