Uses of Class
com.oracle.bmc.fusionapps.requests.GetDataMaskingActivityRequest
-
Packages that use GetDataMaskingActivityRequest Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.requests -
-
Uses of GetDataMaskingActivityRequest in com.oracle.bmc.fusionapps
Method parameters in com.oracle.bmc.fusionapps with type arguments of type GetDataMaskingActivityRequest Modifier and Type Method Description Future<GetDataMaskingActivityResponse>
FusionApplicationsAsync. getDataMaskingActivity(GetDataMaskingActivityRequest request, AsyncHandler<GetDataMaskingActivityRequest,GetDataMaskingActivityResponse> handler)
Gets a DataMaskingActivity by identifierFuture<GetDataMaskingActivityResponse>
FusionApplicationsAsyncClient. getDataMaskingActivity(GetDataMaskingActivityRequest request, AsyncHandler<GetDataMaskingActivityRequest,GetDataMaskingActivityResponse> handler)
-
Uses of GetDataMaskingActivityRequest in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return GetDataMaskingActivityRequest Modifier and Type Method Description GetDataMaskingActivityRequest
GetDataMaskingActivityRequest.Builder. build()
Build the instance of GetDataMaskingActivityRequest as configured by this builderGetDataMaskingActivityRequest
GetDataMaskingActivityRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDataMaskingActivityRequest as configured by this builderMethods in com.oracle.bmc.fusionapps.requests with parameters of type GetDataMaskingActivityRequest Modifier and Type Method Description GetDataMaskingActivityRequest.Builder
GetDataMaskingActivityRequest.Builder. copy(GetDataMaskingActivityRequest o)
Copy method to populate the builder with values from the given instance.
-