Uses of Class
com.oracle.bmc.managementdashboard.requests.ListManagementDashboardsRequest
-
Packages that use ListManagementDashboardsRequest Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.requests -
-
Uses of ListManagementDashboardsRequest in com.oracle.bmc.managementdashboard
Method parameters in com.oracle.bmc.managementdashboard with type arguments of type ListManagementDashboardsRequest Modifier and Type Method Description Future<ListManagementDashboardsResponse>
DashxApisAsync. listManagementDashboards(ListManagementDashboardsRequest request, AsyncHandler<ListManagementDashboardsRequest,ListManagementDashboardsResponse> handler)
Gets the list of dashboards in a compartment with pagination.Future<ListManagementDashboardsResponse>
DashxApisAsyncClient. listManagementDashboards(ListManagementDashboardsRequest request, AsyncHandler<ListManagementDashboardsRequest,ListManagementDashboardsResponse> handler)
-
Uses of ListManagementDashboardsRequest in com.oracle.bmc.managementdashboard.requests
Methods in com.oracle.bmc.managementdashboard.requests that return ListManagementDashboardsRequest Modifier and Type Method Description ListManagementDashboardsRequest
ListManagementDashboardsRequest.Builder. build()
Build the instance of ListManagementDashboardsRequest as configured by this builderListManagementDashboardsRequest
ListManagementDashboardsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListManagementDashboardsRequest as configured by this builderMethods in com.oracle.bmc.managementdashboard.requests with parameters of type ListManagementDashboardsRequest Modifier and Type Method Description ListManagementDashboardsRequest.Builder
ListManagementDashboardsRequest.Builder. copy(ListManagementDashboardsRequest o)
Copy method to populate the builder with values from the given instance.
-