Uses of Class
com.oracle.bmc.core.requests.UpdateVolumeRequest
-
Packages that use UpdateVolumeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateVolumeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateVolumeRequest Modifier and Type Method Description UpdateVolumeResponse
Blockstorage. updateVolume(UpdateVolumeRequest request)
Updates the specified volume’s display name.Future<UpdateVolumeResponse>
BlockstorageAsync. updateVolume(UpdateVolumeRequest request, AsyncHandler<UpdateVolumeRequest,UpdateVolumeResponse> handler)
Updates the specified volume’s display name.Future<UpdateVolumeResponse>
BlockstorageAsyncClient. updateVolume(UpdateVolumeRequest request, AsyncHandler<UpdateVolumeRequest,UpdateVolumeResponse> handler)
UpdateVolumeResponse
BlockstorageClient. updateVolume(UpdateVolumeRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateVolumeRequest Modifier and Type Method Description Future<UpdateVolumeResponse>
BlockstorageAsync. updateVolume(UpdateVolumeRequest request, AsyncHandler<UpdateVolumeRequest,UpdateVolumeResponse> handler)
Updates the specified volume’s display name.Future<UpdateVolumeResponse>
BlockstorageAsyncClient. updateVolume(UpdateVolumeRequest request, AsyncHandler<UpdateVolumeRequest,UpdateVolumeResponse> handler)
-
Uses of UpdateVolumeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateVolumeRequest Modifier and Type Method Description UpdateVolumeRequest
UpdateVolumeRequest.Builder. build()
Build the instance of UpdateVolumeRequest as configured by this builderUpdateVolumeRequest
UpdateVolumeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateVolumeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateVolumeRequest Modifier and Type Method Description UpdateVolumeRequest.Builder
UpdateVolumeRequest.Builder. copy(UpdateVolumeRequest o)
Copy method to populate the builder with values from the given instance.
-