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.dashboardserviceMethods in com.oracle.bmc.dashboardservice that return DeleteDashboardGroupResponse Modifier and Type Method Description DeleteDashboardGroupResponseDashboardGroup. deleteDashboardGroup(DeleteDashboardGroupRequest request)Deletes the specified dashboard group.DeleteDashboardGroupResponseDashboardGroupClient. 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.responsesMethods in com.oracle.bmc.dashboardservice.responses that return DeleteDashboardGroupResponse Modifier and Type Method Description DeleteDashboardGroupResponseDeleteDashboardGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type DeleteDashboardGroupResponse Modifier and Type Method Description DeleteDashboardGroupResponse.BuilderDeleteDashboardGroupResponse.Builder. copy(DeleteDashboardGroupResponse o)Copy method to populate the builder with values from the given instance.
 
-