Uses of Class
com.oracle.bmc.database.responses.UpdateCloudExadataInfrastructureResponse
-
Packages that use UpdateCloudExadataInfrastructureResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateCloudExadataInfrastructureResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateCloudExadataInfrastructureResponse Modifier and Type Method Description UpdateCloudExadataInfrastructureResponse
Database. updateCloudExadataInfrastructure(UpdateCloudExadataInfrastructureRequest request)
Updates the Cloud Exadata infrastructure resource.UpdateCloudExadataInfrastructureResponse
DatabaseClient. updateCloudExadataInfrastructure(UpdateCloudExadataInfrastructureRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateCloudExadataInfrastructureResponse Modifier and Type Method Description Future<UpdateCloudExadataInfrastructureResponse>
DatabaseAsync. updateCloudExadataInfrastructure(UpdateCloudExadataInfrastructureRequest request, AsyncHandler<UpdateCloudExadataInfrastructureRequest,UpdateCloudExadataInfrastructureResponse> handler)
Updates the Cloud Exadata infrastructure resource.Future<UpdateCloudExadataInfrastructureResponse>
DatabaseAsyncClient. updateCloudExadataInfrastructure(UpdateCloudExadataInfrastructureRequest request, AsyncHandler<UpdateCloudExadataInfrastructureRequest,UpdateCloudExadataInfrastructureResponse> handler)
-
Uses of UpdateCloudExadataInfrastructureResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateCloudExadataInfrastructureResponse Modifier and Type Method Description UpdateCloudExadataInfrastructureResponse
UpdateCloudExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateCloudExadataInfrastructureResponse Modifier and Type Method Description UpdateCloudExadataInfrastructureResponse.Builder
UpdateCloudExadataInfrastructureResponse.Builder. copy(UpdateCloudExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-