Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
ListFindingsResponse |
DataSafe.listFindings(ListFindingsRequest request)
List all the findings from all the targets in the specified compartment.
|
ListFindingsResponse |
DataSafeClient.listFindings(ListFindingsRequest request) |
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<FindingSummary> |
DataSafePaginators.listFindingsRecordIterator(ListFindingsRequest request)
Creates a new iterable which will iterate over the
FindingSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListFindingsRequest |
ListFindingsRequest.Builder.build()
Build the instance of ListFindingsRequest as configured by this builder
|
ListFindingsRequest |
ListFindingsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListFindingsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.copy(ListFindingsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.