Uses of Class
com.oracle.bmc.clusterhealth.model.DiagnosisStoreSummary
-
Packages that use DiagnosisStoreSummary Package Description com.oracle.bmc.clusterhealth com.oracle.bmc.clusterhealth.model -
-
Uses of DiagnosisStoreSummary in com.oracle.bmc.clusterhealth
Methods in com.oracle.bmc.clusterhealth that return types with arguments of type DiagnosisStoreSummary Modifier and Type Method Description Iterable<DiagnosisStoreSummary>DiagnosisPaginators. listDiagnosisStoresRecordIterator(ListDiagnosisStoresRequest request)Creates a new iterable which will iterate over theDiagnosisStoreSummaryobjects contained in responses from the listDiagnosisStores operation. -
Uses of DiagnosisStoreSummary in com.oracle.bmc.clusterhealth.model
Methods in com.oracle.bmc.clusterhealth.model that return DiagnosisStoreSummary Modifier and Type Method Description DiagnosisStoreSummaryDiagnosisStoreSummary.Builder. build()Methods in com.oracle.bmc.clusterhealth.model that return types with arguments of type DiagnosisStoreSummary Modifier and Type Method Description List<DiagnosisStoreSummary>DiagnosisStoreCollection. getItems()List of diagnosiss.Methods in com.oracle.bmc.clusterhealth.model with parameters of type DiagnosisStoreSummary Modifier and Type Method Description DiagnosisStoreSummary.BuilderDiagnosisStoreSummary.Builder. copy(DiagnosisStoreSummary model)Method parameters in com.oracle.bmc.clusterhealth.model with type arguments of type DiagnosisStoreSummary Modifier and Type Method Description DiagnosisStoreCollection.BuilderDiagnosisStoreCollection.Builder. items(List<DiagnosisStoreSummary> items)List of diagnosiss.Constructor parameters in com.oracle.bmc.clusterhealth.model with type arguments of type DiagnosisStoreSummary Constructor Description DiagnosisStoreCollection(List<DiagnosisStoreSummary> items)Deprecated.
-