Uses of Class
com.oracle.bmc.datasafe.responses.GetDatabaseViewAccessEntryResponse
-
Packages that use GetDatabaseViewAccessEntryResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetDatabaseViewAccessEntryResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetDatabaseViewAccessEntryResponse Modifier and Type Method Description GetDatabaseViewAccessEntryResponse
DataSafe. getDatabaseViewAccessEntry(GetDatabaseViewAccessEntryRequest request)
Gets a database view access object by identifier.GetDatabaseViewAccessEntryResponse
DataSafeClient. getDatabaseViewAccessEntry(GetDatabaseViewAccessEntryRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetDatabaseViewAccessEntryResponse Modifier and Type Method Description Future<GetDatabaseViewAccessEntryResponse>
DataSafeAsync. getDatabaseViewAccessEntry(GetDatabaseViewAccessEntryRequest request, AsyncHandler<GetDatabaseViewAccessEntryRequest,GetDatabaseViewAccessEntryResponse> handler)
Gets a database view access object by identifier.Future<GetDatabaseViewAccessEntryResponse>
DataSafeAsyncClient. getDatabaseViewAccessEntry(GetDatabaseViewAccessEntryRequest request, AsyncHandler<GetDatabaseViewAccessEntryRequest,GetDatabaseViewAccessEntryResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetDatabaseViewAccessEntryResponse Modifier and Type Method Description Future<GetDatabaseViewAccessEntryResponse>
DataSafeAsync. getDatabaseViewAccessEntry(GetDatabaseViewAccessEntryRequest request, AsyncHandler<GetDatabaseViewAccessEntryRequest,GetDatabaseViewAccessEntryResponse> handler)
Gets a database view access object by identifier.Future<GetDatabaseViewAccessEntryResponse>
DataSafeAsyncClient. getDatabaseViewAccessEntry(GetDatabaseViewAccessEntryRequest request, AsyncHandler<GetDatabaseViewAccessEntryRequest,GetDatabaseViewAccessEntryResponse> handler)
-
Uses of GetDatabaseViewAccessEntryResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetDatabaseViewAccessEntryResponse Modifier and Type Method Description GetDatabaseViewAccessEntryResponse
GetDatabaseViewAccessEntryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetDatabaseViewAccessEntryResponse Modifier and Type Method Description GetDatabaseViewAccessEntryResponse.Builder
GetDatabaseViewAccessEntryResponse.Builder. copy(GetDatabaseViewAccessEntryResponse o)
Copy method to populate the builder with values from the given instance.
-