Uses of Class
com.oracle.bmc.managementdashboard.requests.ImportDashboardRequest
-
Packages that use ImportDashboardRequest Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.requests -
-
Uses of ImportDashboardRequest in com.oracle.bmc.managementdashboard
Methods in com.oracle.bmc.managementdashboard with parameters of type ImportDashboardRequest Modifier and Type Method Description ImportDashboardResponse
DashxApis. importDashboard(ImportDashboardRequest request)
Imports an array of dashboards and their saved searches.Future<ImportDashboardResponse>
DashxApisAsync. importDashboard(ImportDashboardRequest request, AsyncHandler<ImportDashboardRequest,ImportDashboardResponse> handler)
Imports an array of dashboards and their saved searches.Future<ImportDashboardResponse>
DashxApisAsyncClient. importDashboard(ImportDashboardRequest request, AsyncHandler<ImportDashboardRequest,ImportDashboardResponse> handler)
ImportDashboardResponse
DashxApisClient. importDashboard(ImportDashboardRequest request)
Method parameters in com.oracle.bmc.managementdashboard with type arguments of type ImportDashboardRequest Modifier and Type Method Description Future<ImportDashboardResponse>
DashxApisAsync. importDashboard(ImportDashboardRequest request, AsyncHandler<ImportDashboardRequest,ImportDashboardResponse> handler)
Imports an array of dashboards and their saved searches.Future<ImportDashboardResponse>
DashxApisAsyncClient. importDashboard(ImportDashboardRequest request, AsyncHandler<ImportDashboardRequest,ImportDashboardResponse> handler)
-
Uses of ImportDashboardRequest in com.oracle.bmc.managementdashboard.requests
Methods in com.oracle.bmc.managementdashboard.requests that return ImportDashboardRequest Modifier and Type Method Description ImportDashboardRequest
ImportDashboardRequest.Builder. build()
Build the instance of ImportDashboardRequest as configured by this builderImportDashboardRequest
ImportDashboardRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ImportDashboardRequest as configured by this builderMethods in com.oracle.bmc.managementdashboard.requests with parameters of type ImportDashboardRequest Modifier and Type Method Description ImportDashboardRequest.Builder
ImportDashboardRequest.Builder. copy(ImportDashboardRequest o)
Copy method to populate the builder with values from the given instance.
-