Uses of Class
com.oracle.bmc.core.model.UpdateVolumeAttachmentDetails
-
Packages that use UpdateVolumeAttachmentDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of UpdateVolumeAttachmentDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return UpdateVolumeAttachmentDetails Modifier and Type Method Description UpdateVolumeAttachmentDetails
UpdateVolumeAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type UpdateVolumeAttachmentDetails Modifier and Type Method Description UpdateVolumeAttachmentDetails.Builder
UpdateVolumeAttachmentDetails.Builder. copy(UpdateVolumeAttachmentDetails model)
-
Uses of UpdateVolumeAttachmentDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateVolumeAttachmentDetails Modifier and Type Method Description UpdateVolumeAttachmentDetails
UpdateVolumeAttachmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateVolumeAttachmentDetails
UpdateVolumeAttachmentRequest. getUpdateVolumeAttachmentDetails()
Update information about the specified volume attachment.Methods in com.oracle.bmc.core.requests with parameters of type UpdateVolumeAttachmentDetails Modifier and Type Method Description UpdateVolumeAttachmentRequest.Builder
UpdateVolumeAttachmentRequest.Builder. body$(UpdateVolumeAttachmentDetails body)
Alternative setter for the body parameter.UpdateVolumeAttachmentRequest.Builder
UpdateVolumeAttachmentRequest.Builder. updateVolumeAttachmentDetails(UpdateVolumeAttachmentDetails updateVolumeAttachmentDetails)
Update information about the specified volume attachment.
-