Uses of Class
com.oracle.bmc.cloudguard.requests.ListDataMaskRulesRequest
-
Packages that use ListDataMaskRulesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListDataMaskRulesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListDataMaskRulesRequest Modifier and Type Method Description ListDataMaskRulesResponse
CloudGuard. listDataMaskRules(ListDataMaskRulesRequest request)
Returns a list of all DataMaskRule resources in the specified compartmentId (OCID) and its subcompartments.Future<ListDataMaskRulesResponse>
CloudGuardAsync. listDataMaskRules(ListDataMaskRulesRequest request, AsyncHandler<ListDataMaskRulesRequest,ListDataMaskRulesResponse> handler)
Returns a list of all DataMaskRule resources in the specified compartmentId (OCID) and its subcompartments.Future<ListDataMaskRulesResponse>
CloudGuardAsyncClient. listDataMaskRules(ListDataMaskRulesRequest request, AsyncHandler<ListDataMaskRulesRequest,ListDataMaskRulesResponse> handler)
ListDataMaskRulesResponse
CloudGuardClient. listDataMaskRules(ListDataMaskRulesRequest request)
Iterable<DataMaskRuleSummary>
CloudGuardPaginators. listDataMaskRulesRecordIterator(ListDataMaskRulesRequest request)
Creates a new iterable which will iterate over theDataMaskRuleSummary
objects contained in responses from the listDataMaskRules operation.Iterable<ListDataMaskRulesResponse>
CloudGuardPaginators. listDataMaskRulesResponseIterator(ListDataMaskRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listDataMaskRules operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListDataMaskRulesRequest Modifier and Type Method Description Future<ListDataMaskRulesResponse>
CloudGuardAsync. listDataMaskRules(ListDataMaskRulesRequest request, AsyncHandler<ListDataMaskRulesRequest,ListDataMaskRulesResponse> handler)
Returns a list of all DataMaskRule resources in the specified compartmentId (OCID) and its subcompartments.Future<ListDataMaskRulesResponse>
CloudGuardAsyncClient. listDataMaskRules(ListDataMaskRulesRequest request, AsyncHandler<ListDataMaskRulesRequest,ListDataMaskRulesResponse> handler)
-
Uses of ListDataMaskRulesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListDataMaskRulesRequest Modifier and Type Method Description ListDataMaskRulesRequest
ListDataMaskRulesRequest.Builder. build()
Build the instance of ListDataMaskRulesRequest as configured by this builderListDataMaskRulesRequest
ListDataMaskRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDataMaskRulesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListDataMaskRulesRequest Modifier and Type Method Description ListDataMaskRulesRequest.Builder
ListDataMaskRulesRequest.Builder. copy(ListDataMaskRulesRequest o)
Copy method to populate the builder with values from the given instance.
-