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