Package | Description |
---|---|
com.oracle.bmc.dashboardservice | |
com.oracle.bmc.dashboardservice.responses |
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.
|
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) |
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 |
---|---|
ListDashboardsResponse |
ListDashboardsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.copy(ListDashboardsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.