Uses of Class
com.oracle.bmc.managementdashboard.responses.ExportDashboardResponse
-
Packages that use ExportDashboardResponse Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.responses -
-
Uses of ExportDashboardResponse in com.oracle.bmc.managementdashboard
Methods in com.oracle.bmc.managementdashboard that return ExportDashboardResponse Modifier and Type Method Description ExportDashboardResponse
DashxApis. exportDashboard(ExportDashboardRequest request)
Exports an array of dashboards and their saved searches.ExportDashboardResponse
DashxApisClient. exportDashboard(ExportDashboardRequest request)
Methods in com.oracle.bmc.managementdashboard that return types with arguments of type ExportDashboardResponse Modifier and Type Method Description Future<ExportDashboardResponse>
DashxApisAsync. exportDashboard(ExportDashboardRequest request, AsyncHandler<ExportDashboardRequest,ExportDashboardResponse> handler)
Exports an array of dashboards and their saved searches.Future<ExportDashboardResponse>
DashxApisAsyncClient. exportDashboard(ExportDashboardRequest request, AsyncHandler<ExportDashboardRequest,ExportDashboardResponse> handler)
Method parameters in com.oracle.bmc.managementdashboard with type arguments of type ExportDashboardResponse Modifier and Type Method Description Future<ExportDashboardResponse>
DashxApisAsync. exportDashboard(ExportDashboardRequest request, AsyncHandler<ExportDashboardRequest,ExportDashboardResponse> handler)
Exports an array of dashboards and their saved searches.Future<ExportDashboardResponse>
DashxApisAsyncClient. exportDashboard(ExportDashboardRequest request, AsyncHandler<ExportDashboardRequest,ExportDashboardResponse> handler)
-
Uses of ExportDashboardResponse in com.oracle.bmc.managementdashboard.responses
Methods in com.oracle.bmc.managementdashboard.responses that return ExportDashboardResponse Modifier and Type Method Description ExportDashboardResponse
ExportDashboardResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managementdashboard.responses with parameters of type ExportDashboardResponse Modifier and Type Method Description ExportDashboardResponse.Builder
ExportDashboardResponse.Builder. copy(ExportDashboardResponse o)
Copy method to populate the builder with values from the given instance.
-