Uses of Class
com.oracle.bmc.core.responses.UpdateBootVolumeResponse
-
Packages that use UpdateBootVolumeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateBootVolumeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateBootVolumeResponse Modifier and Type Method Description UpdateBootVolumeResponse
Blockstorage. updateBootVolume(UpdateBootVolumeRequest request)
Updates the specified boot volume’s display name, defined tags, and free-form tags.UpdateBootVolumeResponse
BlockstorageClient. updateBootVolume(UpdateBootVolumeRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateBootVolumeResponse Modifier and Type Method Description Future<UpdateBootVolumeResponse>
BlockstorageAsync. updateBootVolume(UpdateBootVolumeRequest request, AsyncHandler<UpdateBootVolumeRequest,UpdateBootVolumeResponse> handler)
Updates the specified boot volume’s display name, defined tags, and free-form tags.Future<UpdateBootVolumeResponse>
BlockstorageAsyncClient. updateBootVolume(UpdateBootVolumeRequest request, AsyncHandler<UpdateBootVolumeRequest,UpdateBootVolumeResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateBootVolumeResponse Modifier and Type Method Description Future<UpdateBootVolumeResponse>
BlockstorageAsync. updateBootVolume(UpdateBootVolumeRequest request, AsyncHandler<UpdateBootVolumeRequest,UpdateBootVolumeResponse> handler)
Updates the specified boot volume’s display name, defined tags, and free-form tags.Future<UpdateBootVolumeResponse>
BlockstorageAsyncClient. updateBootVolume(UpdateBootVolumeRequest request, AsyncHandler<UpdateBootVolumeRequest,UpdateBootVolumeResponse> handler)
-
Uses of UpdateBootVolumeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateBootVolumeResponse Modifier and Type Method Description UpdateBootVolumeResponse
UpdateBootVolumeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateBootVolumeResponse Modifier and Type Method Description UpdateBootVolumeResponse.Builder
UpdateBootVolumeResponse.Builder. copy(UpdateBootVolumeResponse o)
Copy method to populate the builder with values from the given instance.
-