Uses of Class
com.oracle.bmc.dashboardservice.responses.DeleteDashboardGroupResponse
-
Packages that use DeleteDashboardGroupResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of DeleteDashboardGroupResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return DeleteDashboardGroupResponse Modifier and Type Method Description DeleteDashboardGroupResponse
DashboardGroup. deleteDashboardGroup(DeleteDashboardGroupRequest request)
Deletes the specified dashboard group.DeleteDashboardGroupResponse
DashboardGroupClient. deleteDashboardGroup(DeleteDashboardGroupRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type DeleteDashboardGroupResponse Modifier and Type Method Description Future<DeleteDashboardGroupResponse>
DashboardGroupAsync. deleteDashboardGroup(DeleteDashboardGroupRequest request, AsyncHandler<DeleteDashboardGroupRequest,DeleteDashboardGroupResponse> handler)
Deletes the specified dashboard group.Future<DeleteDashboardGroupResponse>
DashboardGroupAsyncClient. deleteDashboardGroup(DeleteDashboardGroupRequest request, AsyncHandler<DeleteDashboardGroupRequest,DeleteDashboardGroupResponse> handler)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type DeleteDashboardGroupResponse Modifier and Type Method Description Future<DeleteDashboardGroupResponse>
DashboardGroupAsync. deleteDashboardGroup(DeleteDashboardGroupRequest request, AsyncHandler<DeleteDashboardGroupRequest,DeleteDashboardGroupResponse> handler)
Deletes the specified dashboard group.Future<DeleteDashboardGroupResponse>
DashboardGroupAsyncClient. deleteDashboardGroup(DeleteDashboardGroupRequest request, AsyncHandler<DeleteDashboardGroupRequest,DeleteDashboardGroupResponse> handler)
-
Uses of DeleteDashboardGroupResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return DeleteDashboardGroupResponse Modifier and Type Method Description DeleteDashboardGroupResponse
DeleteDashboardGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type DeleteDashboardGroupResponse Modifier and Type Method Description DeleteDashboardGroupResponse.Builder
DeleteDashboardGroupResponse.Builder. copy(DeleteDashboardGroupResponse o)
Copy method to populate the builder with values from the given instance.
-