Uses of Class
com.oracle.bmc.datasafe.requests.ListGroupedSensitiveTypesRequest
-
Packages that use ListGroupedSensitiveTypesRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListGroupedSensitiveTypesRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ListGroupedSensitiveTypesRequest Modifier and Type Method Description Future<ListGroupedSensitiveTypesResponse>DataSafeAsync. listGroupedSensitiveTypes(ListGroupedSensitiveTypesRequest request, AsyncHandler<ListGroupedSensitiveTypesRequest,ListGroupedSensitiveTypesResponse> handler)Gets the list of sensitive type Ids present in the specified sensitive type group.Future<ListGroupedSensitiveTypesResponse>DataSafeAsyncClient. listGroupedSensitiveTypes(ListGroupedSensitiveTypesRequest request, AsyncHandler<ListGroupedSensitiveTypesRequest,ListGroupedSensitiveTypesResponse> handler) -
Uses of ListGroupedSensitiveTypesRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListGroupedSensitiveTypesRequest Modifier and Type Method Description ListGroupedSensitiveTypesRequestListGroupedSensitiveTypesRequest.Builder. build()Build the instance of ListGroupedSensitiveTypesRequest as configured by this builderListGroupedSensitiveTypesRequestListGroupedSensitiveTypesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListGroupedSensitiveTypesRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListGroupedSensitiveTypesRequest Modifier and Type Method Description ListGroupedSensitiveTypesRequest.BuilderListGroupedSensitiveTypesRequest.Builder. copy(ListGroupedSensitiveTypesRequest o)Copy method to populate the builder with values from the given instance.
-