Uses of Class
com.oracle.bmc.dashboardservice.requests.ListDashboardsRequest
-
Packages that use ListDashboardsRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of ListDashboardsRequest in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice with parameters of type ListDashboardsRequest Modifier and Type Method Description ListDashboardsResponseDashboard. listDashboards(ListDashboardsRequest request)Returns a list of dashboards with a specific dashboard group ID.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)ListDashboardsResponseDashboardClient. listDashboards(ListDashboardsRequest request)Iterable<DashboardSummary>DashboardPaginators. listDashboardsRecordIterator(ListDashboardsRequest request)Creates a new iterable which will iterate over theDashboardSummaryobjects contained in responses from the listDashboards operation.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 ListDashboardsRequest 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 ListDashboardsRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return ListDashboardsRequest Modifier and Type Method Description ListDashboardsRequestListDashboardsRequest.Builder. build()Build the instance of ListDashboardsRequest as configured by this builderListDashboardsRequestListDashboardsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDashboardsRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type ListDashboardsRequest Modifier and Type Method Description ListDashboardsRequest.BuilderListDashboardsRequest.Builder. copy(ListDashboardsRequest o)Copy method to populate the builder with values from the given instance.
-