Uses of Class
com.oracle.bmc.core.responses.UpdateVolumeResponse
-
Packages that use UpdateVolumeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateVolumeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateVolumeResponse Modifier and Type Method Description UpdateVolumeResponse
Blockstorage. updateVolume(UpdateVolumeRequest request)
Updates the specified volume’s display name.UpdateVolumeResponse
BlockstorageClient. updateVolume(UpdateVolumeRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateVolumeResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateVolumeResponse 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 UpdateVolumeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateVolumeResponse Modifier and Type Method Description UpdateVolumeResponse
UpdateVolumeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateVolumeResponse Modifier and Type Method Description UpdateVolumeResponse.Builder
UpdateVolumeResponse.Builder. copy(UpdateVolumeResponse o)
Copy method to populate the builder with values from the given instance.
-