Uses of Class
com.oracle.bmc.managementdashboard.requests.ExportDashboardRequest
- 
Packages that use ExportDashboardRequest Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.requests 
- 
- 
Uses of ExportDashboardRequest in com.oracle.bmc.managementdashboardMethods in com.oracle.bmc.managementdashboard with parameters of type ExportDashboardRequest Modifier and Type Method Description ExportDashboardResponseDashxApis. exportDashboard(ExportDashboardRequest request)Exports an array of dashboards and their saved searches.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)ExportDashboardResponseDashxApisClient. exportDashboard(ExportDashboardRequest request)Method parameters in com.oracle.bmc.managementdashboard with type arguments of type ExportDashboardRequest 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 ExportDashboardRequest in com.oracle.bmc.managementdashboard.requestsMethods in com.oracle.bmc.managementdashboard.requests that return ExportDashboardRequest Modifier and Type Method Description ExportDashboardRequestExportDashboardRequest.Builder. build()Build the instance of ExportDashboardRequest as configured by this builderExportDashboardRequestExportDashboardRequest.Builder. buildWithoutInvocationCallback()Build the instance of ExportDashboardRequest as configured by this builderMethods in com.oracle.bmc.managementdashboard.requests with parameters of type ExportDashboardRequest Modifier and Type Method Description ExportDashboardRequest.BuilderExportDashboardRequest.Builder. copy(ExportDashboardRequest o)Copy method to populate the builder with values from the given instance.
 
-