Uses of Class
com.oracle.bmc.dashboardservice.responses.GetDashboardResponse
-
Packages that use GetDashboardResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of GetDashboardResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return GetDashboardResponse Modifier and Type Method Description GetDashboardResponse
Dashboard. getDashboard(GetDashboardRequest request)
Gets the specified dashboard’s information.GetDashboardResponse
DashboardClient. getDashboard(GetDashboardRequest request)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type GetDashboardResponse Modifier and Type Method Description Future<GetDashboardResponse>
DashboardAsync. getDashboard(GetDashboardRequest request, AsyncHandler<GetDashboardRequest,GetDashboardResponse> handler)
Gets the specified dashboard’s information.Future<GetDashboardResponse>
DashboardAsyncClient. getDashboard(GetDashboardRequest request, AsyncHandler<GetDashboardRequest,GetDashboardResponse> handler)
-
Uses of GetDashboardResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return GetDashboardResponse Modifier and Type Method Description GetDashboardResponse
GetDashboardResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type GetDashboardResponse Modifier and Type Method Description GetDashboardResponse.Builder
GetDashboardResponse.Builder. copy(GetDashboardResponse o)
Copy method to populate the builder with values from the given instance.
-