Uses of Class
com.oracle.bmc.databasemanagement.requests.GetManagedDatabaseRequest
-
Packages that use GetManagedDatabaseRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetManagedDatabaseRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type GetManagedDatabaseRequest Modifier and Type Method Description GetManagedDatabaseResponse
DbManagement. getManagedDatabase(GetManagedDatabaseRequest request)
Gets the details for the Managed Database specified by managedDatabaseId.Future<GetManagedDatabaseResponse>
DbManagementAsync. getManagedDatabase(GetManagedDatabaseRequest request, AsyncHandler<GetManagedDatabaseRequest,GetManagedDatabaseResponse> handler)
Gets the details for the Managed Database specified by managedDatabaseId.Future<GetManagedDatabaseResponse>
DbManagementAsyncClient. getManagedDatabase(GetManagedDatabaseRequest request, AsyncHandler<GetManagedDatabaseRequest,GetManagedDatabaseResponse> handler)
GetManagedDatabaseResponse
DbManagementClient. getManagedDatabase(GetManagedDatabaseRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetManagedDatabaseRequest Modifier and Type Method Description Future<GetManagedDatabaseResponse>
DbManagementAsync. getManagedDatabase(GetManagedDatabaseRequest request, AsyncHandler<GetManagedDatabaseRequest,GetManagedDatabaseResponse> handler)
Gets the details for the Managed Database specified by managedDatabaseId.Future<GetManagedDatabaseResponse>
DbManagementAsyncClient. getManagedDatabase(GetManagedDatabaseRequest request, AsyncHandler<GetManagedDatabaseRequest,GetManagedDatabaseResponse> handler)
-
Uses of GetManagedDatabaseRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetManagedDatabaseRequest Modifier and Type Method Description GetManagedDatabaseRequest
GetManagedDatabaseRequest.Builder. build()
Build the instance of GetManagedDatabaseRequest as configured by this builderGetManagedDatabaseRequest
GetManagedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetManagedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetManagedDatabaseRequest Modifier and Type Method Description GetManagedDatabaseRequest.Builder
GetManagedDatabaseRequest.Builder. copy(GetManagedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-