Uses of Class
com.oracle.bmc.datasafe.requests.CreateSensitiveTypeGroupRequest
-
Packages that use CreateSensitiveTypeGroupRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of CreateSensitiveTypeGroupRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type CreateSensitiveTypeGroupRequest Modifier and Type Method Description CreateSensitiveTypeGroupResponseDataSafe. createSensitiveTypeGroup(CreateSensitiveTypeGroupRequest request)Creates a new sensitive type group.Future<CreateSensitiveTypeGroupResponse>DataSafeAsync. createSensitiveTypeGroup(CreateSensitiveTypeGroupRequest request, AsyncHandler<CreateSensitiveTypeGroupRequest,CreateSensitiveTypeGroupResponse> handler)Creates a new sensitive type group.Future<CreateSensitiveTypeGroupResponse>DataSafeAsyncClient. createSensitiveTypeGroup(CreateSensitiveTypeGroupRequest request, AsyncHandler<CreateSensitiveTypeGroupRequest,CreateSensitiveTypeGroupResponse> handler)CreateSensitiveTypeGroupResponseDataSafeClient. createSensitiveTypeGroup(CreateSensitiveTypeGroupRequest request)Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateSensitiveTypeGroupRequest Modifier and Type Method Description Future<CreateSensitiveTypeGroupResponse>DataSafeAsync. createSensitiveTypeGroup(CreateSensitiveTypeGroupRequest request, AsyncHandler<CreateSensitiveTypeGroupRequest,CreateSensitiveTypeGroupResponse> handler)Creates a new sensitive type group.Future<CreateSensitiveTypeGroupResponse>DataSafeAsyncClient. createSensitiveTypeGroup(CreateSensitiveTypeGroupRequest request, AsyncHandler<CreateSensitiveTypeGroupRequest,CreateSensitiveTypeGroupResponse> handler) -
Uses of CreateSensitiveTypeGroupRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CreateSensitiveTypeGroupRequest Modifier and Type Method Description CreateSensitiveTypeGroupRequestCreateSensitiveTypeGroupRequest.Builder. build()Build the instance of CreateSensitiveTypeGroupRequest as configured by this builderCreateSensitiveTypeGroupRequestCreateSensitiveTypeGroupRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateSensitiveTypeGroupRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type CreateSensitiveTypeGroupRequest Modifier and Type Method Description CreateSensitiveTypeGroupRequest.BuilderCreateSensitiveTypeGroupRequest.Builder. copy(CreateSensitiveTypeGroupRequest o)Copy method to populate the builder with values from the given instance.
-