Uses of Class
com.oracle.bmc.databasemanagement.model.UpdateExternalExadataInfrastructureDetails
-
Packages that use UpdateExternalExadataInfrastructureDetails Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateExternalExadataInfrastructureDetails in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return UpdateExternalExadataInfrastructureDetails Modifier and Type Method Description UpdateExternalExadataInfrastructureDetails
UpdateExternalExadataInfrastructureDetails.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type UpdateExternalExadataInfrastructureDetails Modifier and Type Method Description UpdateExternalExadataInfrastructureDetails.Builder
UpdateExternalExadataInfrastructureDetails.Builder. copy(UpdateExternalExadataInfrastructureDetails model)
-
Uses of UpdateExternalExadataInfrastructureDetails in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateExternalExadataInfrastructureDetails Modifier and Type Method Description UpdateExternalExadataInfrastructureDetails
UpdateExternalExadataInfrastructureRequest. getBody$()
Alternative accessor for the body parameter.UpdateExternalExadataInfrastructureDetails
UpdateExternalExadataInfrastructureRequest. getUpdateExternalExadataInfrastructureDetails()
The details required to update the managed Exadata infrastructure resources.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateExternalExadataInfrastructureDetails Modifier and Type Method Description UpdateExternalExadataInfrastructureRequest.Builder
UpdateExternalExadataInfrastructureRequest.Builder. body$(UpdateExternalExadataInfrastructureDetails body)
Alternative setter for the body parameter.UpdateExternalExadataInfrastructureRequest.Builder
UpdateExternalExadataInfrastructureRequest.Builder. updateExternalExadataInfrastructureDetails(UpdateExternalExadataInfrastructureDetails updateExternalExadataInfrastructureDetails)
The details required to update the managed Exadata infrastructure resources.
-