Uses of Class
com.oracle.bmc.datasafe.responses.ListDatabaseViewAccessEntriesResponse
-
Packages that use ListDatabaseViewAccessEntriesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListDatabaseViewAccessEntriesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListDatabaseViewAccessEntriesResponse Modifier and Type Method Description ListDatabaseViewAccessEntriesResponseDataSafe. listDatabaseViewAccessEntries(ListDatabaseViewAccessEntriesRequest request)Retrieves a list of all database view access entries in Data Safe.ListDatabaseViewAccessEntriesResponseDataSafeClient. listDatabaseViewAccessEntries(ListDatabaseViewAccessEntriesRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListDatabaseViewAccessEntriesResponse 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)Iterable<ListDatabaseViewAccessEntriesResponse>DataSafePaginators. listDatabaseViewAccessEntriesResponseIterator(ListDatabaseViewAccessEntriesRequest request)Creates a new iterable which will iterate over the responses received from the listDatabaseViewAccessEntries operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListDatabaseViewAccessEntriesResponse 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 ListDatabaseViewAccessEntriesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListDatabaseViewAccessEntriesResponse Modifier and Type Method Description ListDatabaseViewAccessEntriesResponseListDatabaseViewAccessEntriesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListDatabaseViewAccessEntriesResponse Modifier and Type Method Description ListDatabaseViewAccessEntriesResponse.BuilderListDatabaseViewAccessEntriesResponse.Builder. copy(ListDatabaseViewAccessEntriesResponse o)Copy method to populate the builder with values from the given instance.
-