Uses of Class
com.oracle.bmc.core.requests.CreateVolumeGroupRequest
-
Packages that use CreateVolumeGroupRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateVolumeGroupRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateVolumeGroupRequest Modifier and Type Method Description CreateVolumeGroupResponse
Blockstorage. createVolumeGroup(CreateVolumeGroupRequest request)
Creates a new volume group in the specified compartment.Future<CreateVolumeGroupResponse>
BlockstorageAsync. createVolumeGroup(CreateVolumeGroupRequest request, AsyncHandler<CreateVolumeGroupRequest,CreateVolumeGroupResponse> handler)
Creates a new volume group in the specified compartment.Future<CreateVolumeGroupResponse>
BlockstorageAsyncClient. createVolumeGroup(CreateVolumeGroupRequest request, AsyncHandler<CreateVolumeGroupRequest,CreateVolumeGroupResponse> handler)
CreateVolumeGroupResponse
BlockstorageClient. createVolumeGroup(CreateVolumeGroupRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateVolumeGroupRequest Modifier and Type Method Description Future<CreateVolumeGroupResponse>
BlockstorageAsync. createVolumeGroup(CreateVolumeGroupRequest request, AsyncHandler<CreateVolumeGroupRequest,CreateVolumeGroupResponse> handler)
Creates a new volume group in the specified compartment.Future<CreateVolumeGroupResponse>
BlockstorageAsyncClient. createVolumeGroup(CreateVolumeGroupRequest request, AsyncHandler<CreateVolumeGroupRequest,CreateVolumeGroupResponse> handler)
-
Uses of CreateVolumeGroupRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateVolumeGroupRequest Modifier and Type Method Description CreateVolumeGroupRequest
CreateVolumeGroupRequest.Builder. build()
Build the instance of CreateVolumeGroupRequest as configured by this builderCreateVolumeGroupRequest
CreateVolumeGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateVolumeGroupRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateVolumeGroupRequest Modifier and Type Method Description CreateVolumeGroupRequest.Builder
CreateVolumeGroupRequest.Builder. copy(CreateVolumeGroupRequest o)
Copy method to populate the builder with values from the given instance.
-