Uses of Class
com.oracle.bmc.datasafe.responses.ListMaskingErrorsResponse
-
Packages that use ListMaskingErrorsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListMaskingErrorsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListMaskingErrorsResponse 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.ListMaskingErrorsResponseDataSafeClient. listMaskingErrors(ListMaskingErrorsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListMaskingErrorsResponse 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)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 ListMaskingErrorsResponse 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 ListMaskingErrorsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListMaskingErrorsResponse Modifier and Type Method Description ListMaskingErrorsResponseListMaskingErrorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListMaskingErrorsResponse Modifier and Type Method Description ListMaskingErrorsResponse.BuilderListMaskingErrorsResponse.Builder. copy(ListMaskingErrorsResponse o)Copy method to populate the builder with values from the given instance.
-