Uses of Class
com.oracle.bmc.dashboardservice.responses.ListDashboardGroupsResponse
-
Packages that use ListDashboardGroupsResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of ListDashboardGroupsResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return ListDashboardGroupsResponse Modifier and Type Method Description ListDashboardGroupsResponse
DashboardGroup. listDashboardGroups(ListDashboardGroupsRequest request)
Returns a list of dashboard groups with a specific compartment ID.ListDashboardGroupsResponse
DashboardGroupClient. listDashboardGroups(ListDashboardGroupsRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type ListDashboardGroupsResponse 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)
Iterable<ListDashboardGroupsResponse>
DashboardGroupPaginators. listDashboardGroupsResponseIterator(ListDashboardGroupsRequest request)
Creates a new iterable which will iterate over the responses received from the listDashboardGroups operation.Method parameters in com.oracle.bmc.dashboardservice with type arguments of type ListDashboardGroupsResponse 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 ListDashboardGroupsResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return ListDashboardGroupsResponse Modifier and Type Method Description ListDashboardGroupsResponse
ListDashboardGroupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type ListDashboardGroupsResponse Modifier and Type Method Description ListDashboardGroupsResponse.Builder
ListDashboardGroupsResponse.Builder. copy(ListDashboardGroupsResponse o)
Copy method to populate the builder with values from the given instance.
-