Uses of Class
com.oracle.bmc.dashboardservice.responses.ListDashboardsResponse
-
Packages that use ListDashboardsResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of ListDashboardsResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return ListDashboardsResponse Modifier and Type Method Description ListDashboardsResponse
Dashboard. listDashboards(ListDashboardsRequest request)
Returns a list of dashboards with a specific dashboard group ID.ListDashboardsResponse
DashboardClient. listDashboards(ListDashboardsRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type ListDashboardsResponse Modifier and Type Method Description Future<ListDashboardsResponse>
DashboardAsync. listDashboards(ListDashboardsRequest request, AsyncHandler<ListDashboardsRequest,ListDashboardsResponse> handler)
Returns a list of dashboards with a specific dashboard group ID.Future<ListDashboardsResponse>
DashboardAsyncClient. listDashboards(ListDashboardsRequest request, AsyncHandler<ListDashboardsRequest,ListDashboardsResponse> handler)
Iterable<ListDashboardsResponse>
DashboardPaginators. listDashboardsResponseIterator(ListDashboardsRequest request)
Creates a new iterable which will iterate over the responses received from the listDashboards operation.Method parameters in com.oracle.bmc.dashboardservice with type arguments of type ListDashboardsResponse Modifier and Type Method Description Future<ListDashboardsResponse>
DashboardAsync. listDashboards(ListDashboardsRequest request, AsyncHandler<ListDashboardsRequest,ListDashboardsResponse> handler)
Returns a list of dashboards with a specific dashboard group ID.Future<ListDashboardsResponse>
DashboardAsyncClient. listDashboards(ListDashboardsRequest request, AsyncHandler<ListDashboardsRequest,ListDashboardsResponse> handler)
-
Uses of ListDashboardsResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return ListDashboardsResponse Modifier and Type Method Description ListDashboardsResponse
ListDashboardsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type ListDashboardsResponse Modifier and Type Method Description ListDashboardsResponse.Builder
ListDashboardsResponse.Builder. copy(ListDashboardsResponse o)
Copy method to populate the builder with values from the given instance.
-