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 ListDashboardsResponseDashboard. listDashboards(ListDashboardsRequest request)Returns a list of dashboards with a specific dashboard group ID.ListDashboardsResponseDashboardClient. 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 ListDashboardsResponseListDashboardsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type ListDashboardsResponse Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.Builder. copy(ListDashboardsResponse o)Copy method to populate the builder with values from the given instance.
-