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