Uses of Class
com.oracle.bmc.datasafe.requests.GetMaskingReportRequest
-
Packages that use GetMaskingReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetMaskingReportRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetMaskingReportRequest Modifier and Type Method Description Waiter<GetMaskingReportRequest,GetMaskingReportResponse>
DataSafeWaiters. forMaskingReport(GetMaskingReportRequest request, MaskingLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMaskingReportRequest,GetMaskingReportResponse>
DataSafeWaiters. forMaskingReport(GetMaskingReportRequest request, MaskingLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMaskingReportRequest,GetMaskingReportResponse>
DataSafeWaiters. forMaskingReport(GetMaskingReportRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MaskingLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datasafe with type arguments of type GetMaskingReportRequest Modifier and Type Method Description Future<GetMaskingReportResponse>
DataSafeAsync. getMaskingReport(GetMaskingReportRequest request, AsyncHandler<GetMaskingReportRequest,GetMaskingReportResponse> handler)
Gets the details of the specified masking report.Future<GetMaskingReportResponse>
DataSafeAsyncClient. getMaskingReport(GetMaskingReportRequest request, AsyncHandler<GetMaskingReportRequest,GetMaskingReportResponse> handler)
-
Uses of GetMaskingReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetMaskingReportRequest Modifier and Type Method Description GetMaskingReportRequest
GetMaskingReportRequest.Builder. build()
Build the instance of GetMaskingReportRequest as configured by this builderGetMaskingReportRequest
GetMaskingReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMaskingReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetMaskingReportRequest Modifier and Type Method Description GetMaskingReportRequest.Builder
GetMaskingReportRequest.Builder. copy(GetMaskingReportRequest o)
Copy method to populate the builder with values from the given instance.
-