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