Uses of Class
com.oracle.bmc.datasafe.responses.ListGroupedSensitiveTypesResponse
-
Packages that use ListGroupedSensitiveTypesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListGroupedSensitiveTypesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListGroupedSensitiveTypesResponse Modifier and Type Method Description ListGroupedSensitiveTypesResponseDataSafe. listGroupedSensitiveTypes(ListGroupedSensitiveTypesRequest request)Gets the list of sensitive type Ids present in the specified sensitive type group.ListGroupedSensitiveTypesResponseDataSafeClient. listGroupedSensitiveTypes(ListGroupedSensitiveTypesRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListGroupedSensitiveTypesResponse 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)Iterable<ListGroupedSensitiveTypesResponse>DataSafePaginators. listGroupedSensitiveTypesResponseIterator(ListGroupedSensitiveTypesRequest request)Creates a new iterable which will iterate over the responses received from the listGroupedSensitiveTypes operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListGroupedSensitiveTypesResponse 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 ListGroupedSensitiveTypesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListGroupedSensitiveTypesResponse Modifier and Type Method Description ListGroupedSensitiveTypesResponseListGroupedSensitiveTypesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListGroupedSensitiveTypesResponse Modifier and Type Method Description ListGroupedSensitiveTypesResponse.BuilderListGroupedSensitiveTypesResponse.Builder. copy(ListGroupedSensitiveTypesResponse o)Copy method to populate the builder with values from the given instance.
-