Uses of Class
com.oracle.bmc.dashboardservice.requests.UpdateDashboardGroupRequest
-
Packages that use UpdateDashboardGroupRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of UpdateDashboardGroupRequest in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice with parameters of type UpdateDashboardGroupRequest Modifier and Type Method Description UpdateDashboardGroupResponse
DashboardGroup. updateDashboardGroup(UpdateDashboardGroupRequest request)
Updates the specified dashboard group.Future<UpdateDashboardGroupResponse>
DashboardGroupAsync. updateDashboardGroup(UpdateDashboardGroupRequest request, AsyncHandler<UpdateDashboardGroupRequest,UpdateDashboardGroupResponse> handler)
Updates the specified dashboard group.Future<UpdateDashboardGroupResponse>
DashboardGroupAsyncClient. updateDashboardGroup(UpdateDashboardGroupRequest request, AsyncHandler<UpdateDashboardGroupRequest,UpdateDashboardGroupResponse> handler)
UpdateDashboardGroupResponse
DashboardGroupClient. updateDashboardGroup(UpdateDashboardGroupRequest request)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type UpdateDashboardGroupRequest Modifier and Type Method Description Future<UpdateDashboardGroupResponse>
DashboardGroupAsync. updateDashboardGroup(UpdateDashboardGroupRequest request, AsyncHandler<UpdateDashboardGroupRequest,UpdateDashboardGroupResponse> handler)
Updates the specified dashboard group.Future<UpdateDashboardGroupResponse>
DashboardGroupAsyncClient. updateDashboardGroup(UpdateDashboardGroupRequest request, AsyncHandler<UpdateDashboardGroupRequest,UpdateDashboardGroupResponse> handler)
-
Uses of UpdateDashboardGroupRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return UpdateDashboardGroupRequest Modifier and Type Method Description UpdateDashboardGroupRequest
UpdateDashboardGroupRequest.Builder. build()
Build the instance of UpdateDashboardGroupRequest as configured by this builderUpdateDashboardGroupRequest
UpdateDashboardGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDashboardGroupRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type UpdateDashboardGroupRequest Modifier and Type Method Description UpdateDashboardGroupRequest.Builder
UpdateDashboardGroupRequest.Builder. copy(UpdateDashboardGroupRequest o)
Copy method to populate the builder with values from the given instance.
-