Uses of Class
com.oracle.bmc.datasafe.requests.ListSensitiveObjectsRequest
-
Packages that use ListSensitiveObjectsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListSensitiveObjectsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListSensitiveObjectsRequest Modifier and Type Method Description ListSensitiveObjectsResponseDataSafe. listSensitiveObjects(ListSensitiveObjectsRequest request)Gets a list of sensitive objects present in the specified sensitive data model based on the specified query parameters.Future<ListSensitiveObjectsResponse>DataSafeAsync. listSensitiveObjects(ListSensitiveObjectsRequest request, AsyncHandler<ListSensitiveObjectsRequest,ListSensitiveObjectsResponse> handler)Gets a list of sensitive objects present in the specified sensitive data model based on the specified query parameters.Future<ListSensitiveObjectsResponse>DataSafeAsyncClient. listSensitiveObjects(ListSensitiveObjectsRequest request, AsyncHandler<ListSensitiveObjectsRequest,ListSensitiveObjectsResponse> handler)ListSensitiveObjectsResponseDataSafeClient. listSensitiveObjects(ListSensitiveObjectsRequest request)Iterable<SensitiveObjectSummary>DataSafePaginators. listSensitiveObjectsRecordIterator(ListSensitiveObjectsRequest request)Creates a new iterable which will iterate over theSensitiveObjectSummaryobjects contained in responses from the listSensitiveObjects operation.Iterable<ListSensitiveObjectsResponse>DataSafePaginators. listSensitiveObjectsResponseIterator(ListSensitiveObjectsRequest request)Creates a new iterable which will iterate over the responses received from the listSensitiveObjects operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListSensitiveObjectsRequest Modifier and Type Method Description Future<ListSensitiveObjectsResponse>DataSafeAsync. listSensitiveObjects(ListSensitiveObjectsRequest request, AsyncHandler<ListSensitiveObjectsRequest,ListSensitiveObjectsResponse> handler)Gets a list of sensitive objects present in the specified sensitive data model based on the specified query parameters.Future<ListSensitiveObjectsResponse>DataSafeAsyncClient. listSensitiveObjects(ListSensitiveObjectsRequest request, AsyncHandler<ListSensitiveObjectsRequest,ListSensitiveObjectsResponse> handler) -
Uses of ListSensitiveObjectsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListSensitiveObjectsRequest Modifier and Type Method Description ListSensitiveObjectsRequestListSensitiveObjectsRequest.Builder. build()Build the instance of ListSensitiveObjectsRequest as configured by this builderListSensitiveObjectsRequestListSensitiveObjectsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSensitiveObjectsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListSensitiveObjectsRequest Modifier and Type Method Description ListSensitiveObjectsRequest.BuilderListSensitiveObjectsRequest.Builder. copy(ListSensitiveObjectsRequest o)Copy method to populate the builder with values from the given instance.
-