Uses of Class
com.oracle.bmc.managementdashboard.responses.ListManagementDashboardsResponse
-
Packages that use ListManagementDashboardsResponse Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.responses -
-
Uses of ListManagementDashboardsResponse in com.oracle.bmc.managementdashboard
Methods in com.oracle.bmc.managementdashboard that return ListManagementDashboardsResponse Modifier and Type Method Description ListManagementDashboardsResponse
DashxApis. listManagementDashboards(ListManagementDashboardsRequest request)
Gets the list of dashboards in a compartment with pagination.ListManagementDashboardsResponse
DashxApisClient. listManagementDashboards(ListManagementDashboardsRequest request)
Methods in com.oracle.bmc.managementdashboard that return types with arguments of type ListManagementDashboardsResponse 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)
Iterable<ListManagementDashboardsResponse>
DashxApisPaginators. listManagementDashboardsResponseIterator(ListManagementDashboardsRequest request)
Creates a new iterable which will iterate over the responses received from the listManagementDashboards operation.Method parameters in com.oracle.bmc.managementdashboard with type arguments of type ListManagementDashboardsResponse 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 ListManagementDashboardsResponse in com.oracle.bmc.managementdashboard.responses
Methods in com.oracle.bmc.managementdashboard.responses that return ListManagementDashboardsResponse Modifier and Type Method Description ListManagementDashboardsResponse
ListManagementDashboardsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managementdashboard.responses with parameters of type ListManagementDashboardsResponse Modifier and Type Method Description ListManagementDashboardsResponse.Builder
ListManagementDashboardsResponse.Builder. copy(ListManagementDashboardsResponse o)
Copy method to populate the builder with values from the given instance.
-