Uses of Class
com.oracle.bmc.oda.model.OdaPrivateEndpointAttachmentSummary
- 
Packages that use OdaPrivateEndpointAttachmentSummary Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model 
- 
- 
Uses of OdaPrivateEndpointAttachmentSummary in com.oracle.bmc.odaMethods in com.oracle.bmc.oda that return types with arguments of type OdaPrivateEndpointAttachmentSummary Modifier and Type Method Description Iterable<OdaPrivateEndpointAttachmentSummary>ManagementPaginators. listOdaPrivateEndpointAttachmentsRecordIterator(ListOdaPrivateEndpointAttachmentsRequest request)Creates a new iterable which will iterate over theOdaPrivateEndpointAttachmentSummaryobjects contained in responses from the listOdaPrivateEndpointAttachments operation.
- 
Uses of OdaPrivateEndpointAttachmentSummary in com.oracle.bmc.oda.modelMethods in com.oracle.bmc.oda.model that return OdaPrivateEndpointAttachmentSummary Modifier and Type Method Description OdaPrivateEndpointAttachmentSummaryOdaPrivateEndpointAttachmentSummary.Builder. build()Methods in com.oracle.bmc.oda.model that return types with arguments of type OdaPrivateEndpointAttachmentSummary Modifier and Type Method Description List<OdaPrivateEndpointAttachmentSummary>OdaPrivateEndpointAttachmentCollection. getItems()The ODA Private Endpoint Attachment summaries.Methods in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpointAttachmentSummary Modifier and Type Method Description OdaPrivateEndpointAttachmentSummary.BuilderOdaPrivateEndpointAttachmentSummary.Builder. copy(OdaPrivateEndpointAttachmentSummary model)Method parameters in com.oracle.bmc.oda.model with type arguments of type OdaPrivateEndpointAttachmentSummary Modifier and Type Method Description OdaPrivateEndpointAttachmentCollection.BuilderOdaPrivateEndpointAttachmentCollection.Builder. items(List<OdaPrivateEndpointAttachmentSummary> items)The ODA Private Endpoint Attachment summaries.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type OdaPrivateEndpointAttachmentSummary Constructor Description OdaPrivateEndpointAttachmentCollection(List<OdaPrivateEndpointAttachmentSummary> items)Deprecated.
 
-