Uses of Class
com.oracle.bmc.dashboardservice.requests.ListDashboardGroupsRequest
-
Packages that use ListDashboardGroupsRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of ListDashboardGroupsRequest in com.oracle.bmc.dashboardservice
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type ListDashboardGroupsRequest Modifier and Type Method Description Future<ListDashboardGroupsResponse>DashboardGroupAsync. listDashboardGroups(ListDashboardGroupsRequest request, AsyncHandler<ListDashboardGroupsRequest,ListDashboardGroupsResponse> handler)Returns a list of dashboard groups with a specific compartment ID.Future<ListDashboardGroupsResponse>DashboardGroupAsyncClient. listDashboardGroups(ListDashboardGroupsRequest request, AsyncHandler<ListDashboardGroupsRequest,ListDashboardGroupsResponse> handler) -
Uses of ListDashboardGroupsRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return ListDashboardGroupsRequest Modifier and Type Method Description ListDashboardGroupsRequestListDashboardGroupsRequest.Builder. build()Build the instance of ListDashboardGroupsRequest as configured by this builderListDashboardGroupsRequestListDashboardGroupsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDashboardGroupsRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type ListDashboardGroupsRequest Modifier and Type Method Description ListDashboardGroupsRequest.BuilderListDashboardGroupsRequest.Builder. copy(ListDashboardGroupsRequest o)Copy method to populate the builder with values from the given instance.
-