Uses of Class
com.oracle.bmc.datasafe.requests.GetSensitiveTypeRequest
-
Packages that use GetSensitiveTypeRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetSensitiveTypeRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetSensitiveTypeRequest Modifier and Type Method Description Waiter<GetSensitiveTypeRequest,GetSensitiveTypeResponse>DataSafeWaiters. forSensitiveType(GetSensitiveTypeRequest request, DiscoveryLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetSensitiveTypeRequest,GetSensitiveTypeResponse>DataSafeWaiters. forSensitiveType(GetSensitiveTypeRequest request, DiscoveryLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSensitiveTypeRequest,GetSensitiveTypeResponse>DataSafeWaiters. forSensitiveType(GetSensitiveTypeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DiscoveryLifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.datasafe with type arguments of type GetSensitiveTypeRequest Modifier and Type Method Description Future<GetSensitiveTypeResponse>DataSafeAsync. getSensitiveType(GetSensitiveTypeRequest request, AsyncHandler<GetSensitiveTypeRequest,GetSensitiveTypeResponse> handler)Gets the details of the specified sensitive type.Future<GetSensitiveTypeResponse>DataSafeAsyncClient. getSensitiveType(GetSensitiveTypeRequest request, AsyncHandler<GetSensitiveTypeRequest,GetSensitiveTypeResponse> handler) -
Uses of GetSensitiveTypeRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetSensitiveTypeRequest Modifier and Type Method Description GetSensitiveTypeRequestGetSensitiveTypeRequest.Builder. build()Build the instance of GetSensitiveTypeRequest as configured by this builderGetSensitiveTypeRequestGetSensitiveTypeRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetSensitiveTypeRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetSensitiveTypeRequest Modifier and Type Method Description GetSensitiveTypeRequest.BuilderGetSensitiveTypeRequest.Builder. copy(GetSensitiveTypeRequest o)Copy method to populate the builder with values from the given instance.
-