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 UpdateVolumeGroupResponseBlockstorage. 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)UpdateVolumeGroupResponseBlockstorageClient. 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 UpdateVolumeGroupRequestUpdateVolumeGroupRequest.Builder. build()Build the instance of UpdateVolumeGroupRequest as configured by this builderUpdateVolumeGroupRequestUpdateVolumeGroupRequest.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.BuilderUpdateVolumeGroupRequest.Builder. copy(UpdateVolumeGroupRequest o)Copy method to populate the builder with values from the given instance.
-