Uses of Class
com.oracle.bmc.datasafe.requests.ListMaskingErrorsRequest
-
Packages that use ListMaskingErrorsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListMaskingErrorsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListMaskingErrorsRequest Modifier and Type Method Description ListMaskingErrorsResponseDataSafe. listMaskingErrors(ListMaskingErrorsRequest request)Gets a list of masking errors in a masking run based on the specified query parameters.Future<ListMaskingErrorsResponse>DataSafeAsync. listMaskingErrors(ListMaskingErrorsRequest request, AsyncHandler<ListMaskingErrorsRequest,ListMaskingErrorsResponse> handler)Gets a list of masking errors in a masking run based on the specified query parameters.Future<ListMaskingErrorsResponse>DataSafeAsyncClient. listMaskingErrors(ListMaskingErrorsRequest request, AsyncHandler<ListMaskingErrorsRequest,ListMaskingErrorsResponse> handler)ListMaskingErrorsResponseDataSafeClient. listMaskingErrors(ListMaskingErrorsRequest request)Iterable<MaskingErrorSummary>DataSafePaginators. listMaskingErrorsRecordIterator(ListMaskingErrorsRequest request)Creates a new iterable which will iterate over theMaskingErrorSummaryobjects contained in responses from the listMaskingErrors operation.Iterable<ListMaskingErrorsResponse>DataSafePaginators. listMaskingErrorsResponseIterator(ListMaskingErrorsRequest request)Creates a new iterable which will iterate over the responses received from the listMaskingErrors operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListMaskingErrorsRequest Modifier and Type Method Description Future<ListMaskingErrorsResponse>DataSafeAsync. listMaskingErrors(ListMaskingErrorsRequest request, AsyncHandler<ListMaskingErrorsRequest,ListMaskingErrorsResponse> handler)Gets a list of masking errors in a masking run based on the specified query parameters.Future<ListMaskingErrorsResponse>DataSafeAsyncClient. listMaskingErrors(ListMaskingErrorsRequest request, AsyncHandler<ListMaskingErrorsRequest,ListMaskingErrorsResponse> handler) -
Uses of ListMaskingErrorsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListMaskingErrorsRequest Modifier and Type Method Description ListMaskingErrorsRequestListMaskingErrorsRequest.Builder. build()Build the instance of ListMaskingErrorsRequest as configured by this builderListMaskingErrorsRequestListMaskingErrorsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListMaskingErrorsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListMaskingErrorsRequest Modifier and Type Method Description ListMaskingErrorsRequest.BuilderListMaskingErrorsRequest.Builder. copy(ListMaskingErrorsRequest o)Copy method to populate the builder with values from the given instance.
-