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.oda
Methods 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 theOdaInstanceAttachmentSummary
objects contained in responses from the listOdaInstanceAttachments operation. -
Uses of OdaInstanceAttachmentSummary in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaInstanceAttachmentSummary Modifier and Type Method Description OdaInstanceAttachmentSummary
OdaInstanceAttachmentSummary.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.Builder
OdaInstanceAttachmentSummary.Builder. copy(OdaInstanceAttachmentSummary model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type OdaInstanceAttachmentSummary Modifier and Type Method Description OdaInstanceAttachmentCollection.Builder
OdaInstanceAttachmentCollection.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.
-