Uses of Class
com.oracle.bmc.datasafe.requests.ListMaskingSchemasRequest
-
Packages that use ListMaskingSchemasRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListMaskingSchemasRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListMaskingSchemasRequest Modifier and Type Method Description ListMaskingSchemasResponseDataSafe. listMaskingSchemas(ListMaskingSchemasRequest request)Gets a list of masking schemas present in the specified masking policy and based on the specified query parameters.Future<ListMaskingSchemasResponse>DataSafeAsync. listMaskingSchemas(ListMaskingSchemasRequest request, AsyncHandler<ListMaskingSchemasRequest,ListMaskingSchemasResponse> handler)Gets a list of masking schemas present in the specified masking policy and based on the specified query parameters.Future<ListMaskingSchemasResponse>DataSafeAsyncClient. listMaskingSchemas(ListMaskingSchemasRequest request, AsyncHandler<ListMaskingSchemasRequest,ListMaskingSchemasResponse> handler)ListMaskingSchemasResponseDataSafeClient. listMaskingSchemas(ListMaskingSchemasRequest request)Iterable<MaskingSchemaSummary>DataSafePaginators. listMaskingSchemasRecordIterator(ListMaskingSchemasRequest request)Creates a new iterable which will iterate over theMaskingSchemaSummaryobjects contained in responses from the listMaskingSchemas operation.Iterable<ListMaskingSchemasResponse>DataSafePaginators. listMaskingSchemasResponseIterator(ListMaskingSchemasRequest request)Creates a new iterable which will iterate over the responses received from the listMaskingSchemas operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListMaskingSchemasRequest Modifier and Type Method Description Future<ListMaskingSchemasResponse>DataSafeAsync. listMaskingSchemas(ListMaskingSchemasRequest request, AsyncHandler<ListMaskingSchemasRequest,ListMaskingSchemasResponse> handler)Gets a list of masking schemas present in the specified masking policy and based on the specified query parameters.Future<ListMaskingSchemasResponse>DataSafeAsyncClient. listMaskingSchemas(ListMaskingSchemasRequest request, AsyncHandler<ListMaskingSchemasRequest,ListMaskingSchemasResponse> handler) -
Uses of ListMaskingSchemasRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListMaskingSchemasRequest Modifier and Type Method Description ListMaskingSchemasRequestListMaskingSchemasRequest.Builder. build()Build the instance of ListMaskingSchemasRequest as configured by this builderListMaskingSchemasRequestListMaskingSchemasRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListMaskingSchemasRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListMaskingSchemasRequest Modifier and Type Method Description ListMaskingSchemasRequest.BuilderListMaskingSchemasRequest.Builder. copy(ListMaskingSchemasRequest o)Copy method to populate the builder with values from the given instance.
-