Uses of Class
com.oracle.bmc.fusionapps.responses.GetDataMaskingActivityResponse
-
Packages that use GetDataMaskingActivityResponse Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.responses -
-
Uses of GetDataMaskingActivityResponse in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return GetDataMaskingActivityResponse Modifier and Type Method Description GetDataMaskingActivityResponse
FusionApplications. getDataMaskingActivity(GetDataMaskingActivityRequest request)
Gets a DataMaskingActivity by identifierGetDataMaskingActivityResponse
FusionApplicationsClient. getDataMaskingActivity(GetDataMaskingActivityRequest request)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type GetDataMaskingActivityResponse 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 GetDataMaskingActivityResponse in com.oracle.bmc.fusionapps.responses
Methods in com.oracle.bmc.fusionapps.responses that return GetDataMaskingActivityResponse Modifier and Type Method Description GetDataMaskingActivityResponse
GetDataMaskingActivityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fusionapps.responses with parameters of type GetDataMaskingActivityResponse Modifier and Type Method Description GetDataMaskingActivityResponse.Builder
GetDataMaskingActivityResponse.Builder. copy(GetDataMaskingActivityResponse o)
Copy method to populate the builder with values from the given instance.
-