Uses of Class
com.oracle.bmc.datasafe.responses.ListMaskingColumnsResponse
-
Packages that use ListMaskingColumnsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListMaskingColumnsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListMaskingColumnsResponse Modifier and Type Method Description ListMaskingColumnsResponse
DataSafe. listMaskingColumns(ListMaskingColumnsRequest request)
Gets a list of masking columns present in the specified masking policy and based on the specified query parameters.ListMaskingColumnsResponse
DataSafeClient. listMaskingColumns(ListMaskingColumnsRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ListMaskingColumnsResponse Modifier and Type Method Description Future<ListMaskingColumnsResponse>
DataSafeAsync. listMaskingColumns(ListMaskingColumnsRequest request, AsyncHandler<ListMaskingColumnsRequest,ListMaskingColumnsResponse> handler)
Gets a list of masking columns present in the specified masking policy and based on the specified query parameters.Future<ListMaskingColumnsResponse>
DataSafeAsyncClient. listMaskingColumns(ListMaskingColumnsRequest request, AsyncHandler<ListMaskingColumnsRequest,ListMaskingColumnsResponse> handler)
Iterable<ListMaskingColumnsResponse>
DataSafePaginators. listMaskingColumnsResponseIterator(ListMaskingColumnsRequest request)
Creates a new iterable which will iterate over the responses received from the listMaskingColumns operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListMaskingColumnsResponse Modifier and Type Method Description Future<ListMaskingColumnsResponse>
DataSafeAsync. listMaskingColumns(ListMaskingColumnsRequest request, AsyncHandler<ListMaskingColumnsRequest,ListMaskingColumnsResponse> handler)
Gets a list of masking columns present in the specified masking policy and based on the specified query parameters.Future<ListMaskingColumnsResponse>
DataSafeAsyncClient. listMaskingColumns(ListMaskingColumnsRequest request, AsyncHandler<ListMaskingColumnsRequest,ListMaskingColumnsResponse> handler)
-
Uses of ListMaskingColumnsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListMaskingColumnsResponse Modifier and Type Method Description ListMaskingColumnsResponse
ListMaskingColumnsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListMaskingColumnsResponse Modifier and Type Method Description ListMaskingColumnsResponse.Builder
ListMaskingColumnsResponse.Builder. copy(ListMaskingColumnsResponse o)
Copy method to populate the builder with values from the given instance.
-