Uses of Class
com.oracle.bmc.dashboardservice.responses.DeleteDashboardResponse
-
Packages that use DeleteDashboardResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of DeleteDashboardResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return DeleteDashboardResponse Modifier and Type Method Description DeleteDashboardResponse
Dashboard. deleteDashboard(DeleteDashboardRequest request)
Deletes the specified dashboard.DeleteDashboardResponse
DashboardClient. deleteDashboard(DeleteDashboardRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type DeleteDashboardResponse Modifier and Type Method Description Future<DeleteDashboardResponse>
DashboardAsync. deleteDashboard(DeleteDashboardRequest request, AsyncHandler<DeleteDashboardRequest,DeleteDashboardResponse> handler)
Deletes the specified dashboard.Future<DeleteDashboardResponse>
DashboardAsyncClient. deleteDashboard(DeleteDashboardRequest request, AsyncHandler<DeleteDashboardRequest,DeleteDashboardResponse> handler)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type DeleteDashboardResponse Modifier and Type Method Description Future<DeleteDashboardResponse>
DashboardAsync. deleteDashboard(DeleteDashboardRequest request, AsyncHandler<DeleteDashboardRequest,DeleteDashboardResponse> handler)
Deletes the specified dashboard.Future<DeleteDashboardResponse>
DashboardAsyncClient. deleteDashboard(DeleteDashboardRequest request, AsyncHandler<DeleteDashboardRequest,DeleteDashboardResponse> handler)
-
Uses of DeleteDashboardResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return DeleteDashboardResponse Modifier and Type Method Description DeleteDashboardResponse
DeleteDashboardResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type DeleteDashboardResponse Modifier and Type Method Description DeleteDashboardResponse.Builder
DeleteDashboardResponse.Builder. copy(DeleteDashboardResponse o)
Copy method to populate the builder with values from the given instance.
-