Uses of Class
com.oracle.bmc.oda.model.OdaPrivateEndpointAttachment
-
Packages that use OdaPrivateEndpointAttachment Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.responses -
-
Uses of OdaPrivateEndpointAttachment in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaPrivateEndpointAttachment Modifier and Type Method Description OdaPrivateEndpointAttachment
OdaPrivateEndpointAttachment.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpointAttachment Modifier and Type Method Description OdaPrivateEndpointAttachment.Builder
OdaPrivateEndpointAttachment.Builder. copy(OdaPrivateEndpointAttachment model)
-
Uses of OdaPrivateEndpointAttachment in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return OdaPrivateEndpointAttachment Modifier and Type Method Description OdaPrivateEndpointAttachment
CreateOdaPrivateEndpointAttachmentResponse. getOdaPrivateEndpointAttachment()
The returned OdaPrivateEndpointAttachment instance.OdaPrivateEndpointAttachment
GetOdaPrivateEndpointAttachmentResponse. getOdaPrivateEndpointAttachment()
The returned OdaPrivateEndpointAttachment instance.Methods in com.oracle.bmc.oda.responses with parameters of type OdaPrivateEndpointAttachment Modifier and Type Method Description CreateOdaPrivateEndpointAttachmentResponse.Builder
CreateOdaPrivateEndpointAttachmentResponse.Builder. odaPrivateEndpointAttachment(OdaPrivateEndpointAttachment odaPrivateEndpointAttachment)
The returned OdaPrivateEndpointAttachment instance.GetOdaPrivateEndpointAttachmentResponse.Builder
GetOdaPrivateEndpointAttachmentResponse.Builder. odaPrivateEndpointAttachment(OdaPrivateEndpointAttachment odaPrivateEndpointAttachment)
The returned OdaPrivateEndpointAttachment instance.
-