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