Uses of Class
com.oracle.bmc.oda.model.CreateOdaPrivateEndpointAttachmentDetails
-
Packages that use CreateOdaPrivateEndpointAttachmentDetails Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of CreateOdaPrivateEndpointAttachmentDetails in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return CreateOdaPrivateEndpointAttachmentDetails Modifier and Type Method Description CreateOdaPrivateEndpointAttachmentDetails
CreateOdaPrivateEndpointAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type CreateOdaPrivateEndpointAttachmentDetails Modifier and Type Method Description CreateOdaPrivateEndpointAttachmentDetails.Builder
CreateOdaPrivateEndpointAttachmentDetails.Builder. copy(CreateOdaPrivateEndpointAttachmentDetails model)
-
Uses of CreateOdaPrivateEndpointAttachmentDetails in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return CreateOdaPrivateEndpointAttachmentDetails Modifier and Type Method Description CreateOdaPrivateEndpointAttachmentDetails
CreateOdaPrivateEndpointAttachmentRequest. getBody$()
Alternative accessor for the body parameter.CreateOdaPrivateEndpointAttachmentDetails
CreateOdaPrivateEndpointAttachmentRequest. getCreateOdaPrivateEndpointAttachmentDetails()
Details for the new ODA Private Endpoint Attachment.Methods in com.oracle.bmc.oda.requests with parameters of type CreateOdaPrivateEndpointAttachmentDetails Modifier and Type Method Description CreateOdaPrivateEndpointAttachmentRequest.Builder
CreateOdaPrivateEndpointAttachmentRequest.Builder. body$(CreateOdaPrivateEndpointAttachmentDetails body)
Alternative setter for the body parameter.CreateOdaPrivateEndpointAttachmentRequest.Builder
CreateOdaPrivateEndpointAttachmentRequest.Builder. createOdaPrivateEndpointAttachmentDetails(CreateOdaPrivateEndpointAttachmentDetails createOdaPrivateEndpointAttachmentDetails)
Details for the new ODA Private Endpoint Attachment.
-