Uses of Class
com.oracle.bmc.marketplacepublisher.model.CustomerInstanceReportRecord
-
Packages that use CustomerInstanceReportRecord Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of CustomerInstanceReportRecord in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type CustomerInstanceReportRecord Modifier and Type Method Description Iterable<CustomerInstanceReportRecord>MarketplacePublisherPaginators. listCustomerInstanceReportRecordsRecordIterator(ListCustomerInstanceReportRecordsRequest request)Creates a new iterable which will iterate over theCustomerInstanceReportRecordobjects contained in responses from the listCustomerInstanceReportRecords operation. -
Uses of CustomerInstanceReportRecord in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return CustomerInstanceReportRecord Modifier and Type Method Description CustomerInstanceReportRecordCustomerInstanceReportRecord.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type CustomerInstanceReportRecord Modifier and Type Method Description List<CustomerInstanceReportRecord>CustomerInstanceReportRecordCollection. getItems()List of customer instance report records.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type CustomerInstanceReportRecord Modifier and Type Method Description CustomerInstanceReportRecord.BuilderCustomerInstanceReportRecord.Builder. copy(CustomerInstanceReportRecord model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type CustomerInstanceReportRecord Modifier and Type Method Description CustomerInstanceReportRecordCollection.BuilderCustomerInstanceReportRecordCollection.Builder. items(List<CustomerInstanceReportRecord> items)List of customer instance report records.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type CustomerInstanceReportRecord Constructor Description CustomerInstanceReportRecordCollection(List<CustomerInstanceReportRecord> items)Deprecated.
-