Uses of Class
com.oracle.bmc.oda.model.OdaInstanceAttachmentSummary
- 
Packages that use OdaInstanceAttachmentSummary Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model 
- 
- 
Uses of OdaInstanceAttachmentSummary in com.oracle.bmc.odaMethods in com.oracle.bmc.oda that return types with arguments of type OdaInstanceAttachmentSummary Modifier and Type Method Description Iterable<OdaInstanceAttachmentSummary>OdaPaginators. listOdaInstanceAttachmentsRecordIterator(ListOdaInstanceAttachmentsRequest request)Creates a new iterable which will iterate over theOdaInstanceAttachmentSummaryobjects contained in responses from the listOdaInstanceAttachments operation.
- 
Uses of OdaInstanceAttachmentSummary in com.oracle.bmc.oda.modelMethods in com.oracle.bmc.oda.model that return OdaInstanceAttachmentSummary Modifier and Type Method Description OdaInstanceAttachmentSummaryOdaInstanceAttachmentSummary.Builder. build()Methods in com.oracle.bmc.oda.model that return types with arguments of type OdaInstanceAttachmentSummary Modifier and Type Method Description List<OdaInstanceAttachmentSummary>OdaInstanceAttachmentCollection. getItems()List of Oda instance attachments.Methods in com.oracle.bmc.oda.model with parameters of type OdaInstanceAttachmentSummary Modifier and Type Method Description OdaInstanceAttachmentSummary.BuilderOdaInstanceAttachmentSummary.Builder. copy(OdaInstanceAttachmentSummary model)Method parameters in com.oracle.bmc.oda.model with type arguments of type OdaInstanceAttachmentSummary Modifier and Type Method Description OdaInstanceAttachmentCollection.BuilderOdaInstanceAttachmentCollection.Builder. items(List<OdaInstanceAttachmentSummary> items)List of Oda instance attachments.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type OdaInstanceAttachmentSummary Constructor Description OdaInstanceAttachmentCollection(List<OdaInstanceAttachmentSummary> items)Deprecated.
 
-