Uses of Class
com.oracle.bmc.database.responses.AddStorageCapacityCloudExadataInfrastructureResponse
-
Packages that use AddStorageCapacityCloudExadataInfrastructureResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of AddStorageCapacityCloudExadataInfrastructureResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return AddStorageCapacityCloudExadataInfrastructureResponse Modifier and Type Method Description AddStorageCapacityCloudExadataInfrastructureResponse
Database. addStorageCapacityCloudExadataInfrastructure(AddStorageCapacityCloudExadataInfrastructureRequest request)
Makes the storage capacity from additional storage servers available for Cloud VM Cluster consumption.AddStorageCapacityCloudExadataInfrastructureResponse
DatabaseClient. addStorageCapacityCloudExadataInfrastructure(AddStorageCapacityCloudExadataInfrastructureRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type AddStorageCapacityCloudExadataInfrastructureResponse Modifier and Type Method Description Future<AddStorageCapacityCloudExadataInfrastructureResponse>
DatabaseAsync. addStorageCapacityCloudExadataInfrastructure(AddStorageCapacityCloudExadataInfrastructureRequest request, AsyncHandler<AddStorageCapacityCloudExadataInfrastructureRequest,AddStorageCapacityCloudExadataInfrastructureResponse> handler)
Makes the storage capacity from additional storage servers available for Cloud VM Cluster consumption.Future<AddStorageCapacityCloudExadataInfrastructureResponse>
DatabaseAsyncClient. addStorageCapacityCloudExadataInfrastructure(AddStorageCapacityCloudExadataInfrastructureRequest request, AsyncHandler<AddStorageCapacityCloudExadataInfrastructureRequest,AddStorageCapacityCloudExadataInfrastructureResponse> handler)
-
Uses of AddStorageCapacityCloudExadataInfrastructureResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return AddStorageCapacityCloudExadataInfrastructureResponse Modifier and Type Method Description AddStorageCapacityCloudExadataInfrastructureResponse
AddStorageCapacityCloudExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type AddStorageCapacityCloudExadataInfrastructureResponse Modifier and Type Method Description AddStorageCapacityCloudExadataInfrastructureResponse.Builder
AddStorageCapacityCloudExadataInfrastructureResponse.Builder. copy(AddStorageCapacityCloudExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-