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