Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateExternalExadataInfrastructureResponse
-
Packages that use UpdateExternalExadataInfrastructureResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateExternalExadataInfrastructureResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateExternalExadataInfrastructureResponse Modifier and Type Method Description UpdateExternalExadataInfrastructureResponse
DbManagement. updateExternalExadataInfrastructure(UpdateExternalExadataInfrastructureRequest request)
Updates the details for the Exadata infrastructure specified by externalExadataInfrastructureId.UpdateExternalExadataInfrastructureResponse
DbManagementClient. updateExternalExadataInfrastructure(UpdateExternalExadataInfrastructureRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateExternalExadataInfrastructureResponse Modifier and Type Method Description Future<UpdateExternalExadataInfrastructureResponse>
DbManagementAsync. updateExternalExadataInfrastructure(UpdateExternalExadataInfrastructureRequest request, AsyncHandler<UpdateExternalExadataInfrastructureRequest,UpdateExternalExadataInfrastructureResponse> handler)
Updates the details for the Exadata infrastructure specified by externalExadataInfrastructureId.Future<UpdateExternalExadataInfrastructureResponse>
DbManagementAsyncClient. updateExternalExadataInfrastructure(UpdateExternalExadataInfrastructureRequest request, AsyncHandler<UpdateExternalExadataInfrastructureRequest,UpdateExternalExadataInfrastructureResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalExadataInfrastructureResponse Modifier and Type Method Description Future<UpdateExternalExadataInfrastructureResponse>
DbManagementAsync. updateExternalExadataInfrastructure(UpdateExternalExadataInfrastructureRequest request, AsyncHandler<UpdateExternalExadataInfrastructureRequest,UpdateExternalExadataInfrastructureResponse> handler)
Updates the details for the Exadata infrastructure specified by externalExadataInfrastructureId.Future<UpdateExternalExadataInfrastructureResponse>
DbManagementAsyncClient. updateExternalExadataInfrastructure(UpdateExternalExadataInfrastructureRequest request, AsyncHandler<UpdateExternalExadataInfrastructureRequest,UpdateExternalExadataInfrastructureResponse> handler)
-
Uses of UpdateExternalExadataInfrastructureResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateExternalExadataInfrastructureResponse Modifier and Type Method Description UpdateExternalExadataInfrastructureResponse
UpdateExternalExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateExternalExadataInfrastructureResponse Modifier and Type Method Description UpdateExternalExadataInfrastructureResponse.Builder
UpdateExternalExadataInfrastructureResponse.Builder. copy(UpdateExternalExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-