Uses of Class
com.oracle.bmc.managementdashboard.responses.GetManagementDashboardResponse
-
Packages that use GetManagementDashboardResponse Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.responses -
-
Uses of GetManagementDashboardResponse in com.oracle.bmc.managementdashboard
Methods in com.oracle.bmc.managementdashboard that return GetManagementDashboardResponse Modifier and Type Method Description GetManagementDashboardResponse
DashxApis. getManagementDashboard(GetManagementDashboardRequest request)
Gets a dashboard and its saved searches by ID.GetManagementDashboardResponse
DashxApisClient. getManagementDashboard(GetManagementDashboardRequest request)
Method parameters in com.oracle.bmc.managementdashboard with type arguments of type GetManagementDashboardResponse Modifier and Type Method Description Future<GetManagementDashboardResponse>
DashxApisAsync. getManagementDashboard(GetManagementDashboardRequest request, AsyncHandler<GetManagementDashboardRequest,GetManagementDashboardResponse> handler)
Gets a dashboard and its saved searches by ID.Future<GetManagementDashboardResponse>
DashxApisAsyncClient. getManagementDashboard(GetManagementDashboardRequest request, AsyncHandler<GetManagementDashboardRequest,GetManagementDashboardResponse> handler)
-
Uses of GetManagementDashboardResponse in com.oracle.bmc.managementdashboard.responses
Methods in com.oracle.bmc.managementdashboard.responses that return GetManagementDashboardResponse Modifier and Type Method Description GetManagementDashboardResponse
GetManagementDashboardResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managementdashboard.responses with parameters of type GetManagementDashboardResponse Modifier and Type Method Description GetManagementDashboardResponse.Builder
GetManagementDashboardResponse.Builder. copy(GetManagementDashboardResponse o)
Copy method to populate the builder with values from the given instance.
-