Uses of Class
com.oracle.bmc.core.requests.UpdateVolumeAttachmentRequest
-
Packages that use UpdateVolumeAttachmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateVolumeAttachmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateVolumeAttachmentRequest Modifier and Type Method Description UpdateVolumeAttachmentResponse
Compute. updateVolumeAttachment(UpdateVolumeAttachmentRequest request)
Updates information about the specified volume attachment.Future<UpdateVolumeAttachmentResponse>
ComputeAsync. updateVolumeAttachment(UpdateVolumeAttachmentRequest request, AsyncHandler<UpdateVolumeAttachmentRequest,UpdateVolumeAttachmentResponse> handler)
Updates information about the specified volume attachment.Future<UpdateVolumeAttachmentResponse>
ComputeAsyncClient. updateVolumeAttachment(UpdateVolumeAttachmentRequest request, AsyncHandler<UpdateVolumeAttachmentRequest,UpdateVolumeAttachmentResponse> handler)
UpdateVolumeAttachmentResponse
ComputeClient. updateVolumeAttachment(UpdateVolumeAttachmentRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateVolumeAttachmentRequest Modifier and Type Method Description Future<UpdateVolumeAttachmentResponse>
ComputeAsync. updateVolumeAttachment(UpdateVolumeAttachmentRequest request, AsyncHandler<UpdateVolumeAttachmentRequest,UpdateVolumeAttachmentResponse> handler)
Updates information about the specified volume attachment.Future<UpdateVolumeAttachmentResponse>
ComputeAsyncClient. updateVolumeAttachment(UpdateVolumeAttachmentRequest request, AsyncHandler<UpdateVolumeAttachmentRequest,UpdateVolumeAttachmentResponse> handler)
-
Uses of UpdateVolumeAttachmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateVolumeAttachmentRequest Modifier and Type Method Description UpdateVolumeAttachmentRequest
UpdateVolumeAttachmentRequest.Builder. build()
Build the instance of UpdateVolumeAttachmentRequest as configured by this builderUpdateVolumeAttachmentRequest
UpdateVolumeAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateVolumeAttachmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateVolumeAttachmentRequest Modifier and Type Method Description UpdateVolumeAttachmentRequest.Builder
UpdateVolumeAttachmentRequest.Builder. copy(UpdateVolumeAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-