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