Uses of Class
com.oracle.bmc.datasafe.requests.ListDatabaseViewAccessEntriesRequest
-
Packages that use ListDatabaseViewAccessEntriesRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListDatabaseViewAccessEntriesRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ListDatabaseViewAccessEntriesRequest Modifier and Type Method Description Future<ListDatabaseViewAccessEntriesResponse>DataSafeAsync. listDatabaseViewAccessEntries(ListDatabaseViewAccessEntriesRequest request, AsyncHandler<ListDatabaseViewAccessEntriesRequest,ListDatabaseViewAccessEntriesResponse> handler)Retrieves a list of all database view access entries in Data Safe.Future<ListDatabaseViewAccessEntriesResponse>DataSafeAsyncClient. listDatabaseViewAccessEntries(ListDatabaseViewAccessEntriesRequest request, AsyncHandler<ListDatabaseViewAccessEntriesRequest,ListDatabaseViewAccessEntriesResponse> handler) -
Uses of ListDatabaseViewAccessEntriesRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListDatabaseViewAccessEntriesRequest Modifier and Type Method Description ListDatabaseViewAccessEntriesRequestListDatabaseViewAccessEntriesRequest.Builder. build()Build the instance of ListDatabaseViewAccessEntriesRequest as configured by this builderListDatabaseViewAccessEntriesRequestListDatabaseViewAccessEntriesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDatabaseViewAccessEntriesRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListDatabaseViewAccessEntriesRequest Modifier and Type Method Description ListDatabaseViewAccessEntriesRequest.BuilderListDatabaseViewAccessEntriesRequest.Builder. copy(ListDatabaseViewAccessEntriesRequest o)Copy method to populate the builder with values from the given instance.
-