Package | Description |
---|---|
com.oracle.bmc.dashboardservice | |
com.oracle.bmc.dashboardservice.requests |
Modifier and Type | Method and Description |
---|---|
ListDashboardsResponse |
DashboardClient.listDashboards(ListDashboardsRequest request) |
ListDashboardsResponse |
Dashboard.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) |
Iterable<DashboardSummary> |
DashboardPaginators.listDashboardsRecordIterator(ListDashboardsRequest request)
Creates a new iterable which will iterate over the
DashboardSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListDashboardsRequest |
ListDashboardsRequest.Builder.build()
Build the instance of ListDashboardsRequest as configured by this builder
|
ListDashboardsRequest |
ListDashboardsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDashboardsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.copy(ListDashboardsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.