Uses of Class
com.oracle.bmc.managementdashboard.responses.ListOobManagementDashboardsResponse
-
Packages that use ListOobManagementDashboardsResponse Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.responses -
-
Uses of ListOobManagementDashboardsResponse in com.oracle.bmc.managementdashboard
Methods in com.oracle.bmc.managementdashboard that return ListOobManagementDashboardsResponse Modifier and Type Method Description ListOobManagementDashboardsResponseDashxApis. listOobManagementDashboards(ListOobManagementDashboardsRequest request)Gets the list of out-of-the-box dashboards with pagination.ListOobManagementDashboardsResponseDashxApisClient. listOobManagementDashboards(ListOobManagementDashboardsRequest request)Methods in com.oracle.bmc.managementdashboard that return types with arguments of type ListOobManagementDashboardsResponse Modifier and Type Method Description Future<ListOobManagementDashboardsResponse>DashxApisAsync. listOobManagementDashboards(ListOobManagementDashboardsRequest request, AsyncHandler<ListOobManagementDashboardsRequest,ListOobManagementDashboardsResponse> handler)Gets the list of out-of-the-box dashboards with pagination.Future<ListOobManagementDashboardsResponse>DashxApisAsyncClient. listOobManagementDashboards(ListOobManagementDashboardsRequest request, AsyncHandler<ListOobManagementDashboardsRequest,ListOobManagementDashboardsResponse> handler)Iterable<ListOobManagementDashboardsResponse>DashxApisPaginators. listOobManagementDashboardsResponseIterator(ListOobManagementDashboardsRequest request)Creates a new iterable which will iterate over the responses received from the listOobManagementDashboards operation.Method parameters in com.oracle.bmc.managementdashboard with type arguments of type ListOobManagementDashboardsResponse Modifier and Type Method Description Future<ListOobManagementDashboardsResponse>DashxApisAsync. listOobManagementDashboards(ListOobManagementDashboardsRequest request, AsyncHandler<ListOobManagementDashboardsRequest,ListOobManagementDashboardsResponse> handler)Gets the list of out-of-the-box dashboards with pagination.Future<ListOobManagementDashboardsResponse>DashxApisAsyncClient. listOobManagementDashboards(ListOobManagementDashboardsRequest request, AsyncHandler<ListOobManagementDashboardsRequest,ListOobManagementDashboardsResponse> handler) -
Uses of ListOobManagementDashboardsResponse in com.oracle.bmc.managementdashboard.responses
Methods in com.oracle.bmc.managementdashboard.responses that return ListOobManagementDashboardsResponse Modifier and Type Method Description ListOobManagementDashboardsResponseListOobManagementDashboardsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.managementdashboard.responses with parameters of type ListOobManagementDashboardsResponse Modifier and Type Method Description ListOobManagementDashboardsResponse.BuilderListOobManagementDashboardsResponse.Builder. copy(ListOobManagementDashboardsResponse o)Copy method to populate the builder with values from the given instance.
-