Uses of Class
com.oracle.bmc.core.responses.CreateVolumeGroupResponse
-
Packages that use CreateVolumeGroupResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateVolumeGroupResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateVolumeGroupResponse Modifier and Type Method Description CreateVolumeGroupResponseBlockstorage. createVolumeGroup(CreateVolumeGroupRequest request)Creates a new volume group in the specified compartment.CreateVolumeGroupResponseBlockstorageClient. createVolumeGroup(CreateVolumeGroupRequest request)Methods in com.oracle.bmc.core that return types with arguments of type CreateVolumeGroupResponse 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)Method parameters in com.oracle.bmc.core with type arguments of type CreateVolumeGroupResponse 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 CreateVolumeGroupResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateVolumeGroupResponse Modifier and Type Method Description CreateVolumeGroupResponseCreateVolumeGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateVolumeGroupResponse Modifier and Type Method Description CreateVolumeGroupResponse.BuilderCreateVolumeGroupResponse.Builder. copy(CreateVolumeGroupResponse o)Copy method to populate the builder with values from the given instance.
-