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