Uses of Class
com.oracle.bmc.core.model.UpdateDrgAttachmentDetails
-
Packages that use UpdateDrgAttachmentDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of UpdateDrgAttachmentDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return UpdateDrgAttachmentDetails Modifier and Type Method Description UpdateDrgAttachmentDetails
UpdateDrgAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type UpdateDrgAttachmentDetails Modifier and Type Method Description UpdateDrgAttachmentDetails.Builder
UpdateDrgAttachmentDetails.Builder. copy(UpdateDrgAttachmentDetails model)
-
Uses of UpdateDrgAttachmentDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateDrgAttachmentDetails Modifier and Type Method Description UpdateDrgAttachmentDetails
UpdateDrgAttachmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateDrgAttachmentDetails
UpdateDrgAttachmentRequest. getUpdateDrgAttachmentDetails()
Details object for updating a DrgAttachment.Methods in com.oracle.bmc.core.requests with parameters of type UpdateDrgAttachmentDetails Modifier and Type Method Description UpdateDrgAttachmentRequest.Builder
UpdateDrgAttachmentRequest.Builder. body$(UpdateDrgAttachmentDetails body)
Alternative setter for the body parameter.UpdateDrgAttachmentRequest.Builder
UpdateDrgAttachmentRequest.Builder. updateDrgAttachmentDetails(UpdateDrgAttachmentDetails updateDrgAttachmentDetails)
Details object for updating a DrgAttachment.
-