Uses of Class
com.oracle.bmc.core.requests.UpdateBootVolumeRequest
-
Packages that use UpdateBootVolumeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateBootVolumeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateBootVolumeRequest Modifier and Type Method Description UpdateBootVolumeResponse
Blockstorage. updateBootVolume(UpdateBootVolumeRequest request)
Updates the specified boot volume’s display name, defined tags, and free-form tags.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)
UpdateBootVolumeResponse
BlockstorageClient. updateBootVolume(UpdateBootVolumeRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateBootVolumeRequest 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 UpdateBootVolumeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateBootVolumeRequest Modifier and Type Method Description UpdateBootVolumeRequest
UpdateBootVolumeRequest.Builder. build()
Build the instance of UpdateBootVolumeRequest as configured by this builderUpdateBootVolumeRequest
UpdateBootVolumeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBootVolumeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateBootVolumeRequest Modifier and Type Method Description UpdateBootVolumeRequest.Builder
UpdateBootVolumeRequest.Builder. copy(UpdateBootVolumeRequest o)
Copy method to populate the builder with values from the given instance.
-