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.managementdashboard
Methods in com.oracle.bmc.managementdashboard with parameters of type ExportDashboardRequest Modifier and Type Method Description ExportDashboardResponse
DashxApis. 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)
ExportDashboardResponse
DashxApisClient. 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.requests
Methods in com.oracle.bmc.managementdashboard.requests that return ExportDashboardRequest Modifier and Type Method Description ExportDashboardRequest
ExportDashboardRequest.Builder. build()
Build the instance of ExportDashboardRequest as configured by this builderExportDashboardRequest
ExportDashboardRequest.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.Builder
ExportDashboardRequest.Builder. copy(ExportDashboardRequest o)
Copy method to populate the builder with values from the given instance.
-