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