Uses of Class
com.oracle.bmc.managementdashboard.responses.ImportDashboardResponse
-
Packages that use ImportDashboardResponse Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.responses -
-
Uses of ImportDashboardResponse in com.oracle.bmc.managementdashboard
Methods in com.oracle.bmc.managementdashboard that return ImportDashboardResponse Modifier and Type Method Description ImportDashboardResponse
DashxApis. importDashboard(ImportDashboardRequest request)
Imports an array of dashboards and their saved searches.ImportDashboardResponse
DashxApisClient. importDashboard(ImportDashboardRequest request)
Methods in com.oracle.bmc.managementdashboard that return types with arguments of type ImportDashboardResponse 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)
Method parameters in com.oracle.bmc.managementdashboard with type arguments of type ImportDashboardResponse 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 ImportDashboardResponse in com.oracle.bmc.managementdashboard.responses
Methods in com.oracle.bmc.managementdashboard.responses that return ImportDashboardResponse Modifier and Type Method Description ImportDashboardResponse
ImportDashboardResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managementdashboard.responses with parameters of type ImportDashboardResponse Modifier and Type Method Description ImportDashboardResponse.Builder
ImportDashboardResponse.Builder. copy(ImportDashboardResponse o)
Copy method to populate the builder with values from the given instance.
-