Uses of Class
com.oracle.bmc.mysql.model.UpdateChannelTargetDetails
-
Packages that use UpdateChannelTargetDetails Package Description com.oracle.bmc.mysql.model -
-
Uses of UpdateChannelTargetDetails in com.oracle.bmc.mysql.model
Subclasses of UpdateChannelTargetDetails in com.oracle.bmc.mysql.model Modifier and Type Class Description class
UpdateChannelTargetFromDbSystemDetails
Parameters detailing how to provision the target endpoint that is a DB System.Methods in com.oracle.bmc.mysql.model that return UpdateChannelTargetDetails Modifier and Type Method Description UpdateChannelTargetDetails
UpdateChannelDetails. getTarget()
Methods in com.oracle.bmc.mysql.model with parameters of type UpdateChannelTargetDetails Modifier and Type Method Description UpdateChannelDetails.Builder
UpdateChannelDetails.Builder. target(UpdateChannelTargetDetails target)
Constructors in com.oracle.bmc.mysql.model with parameters of type UpdateChannelTargetDetails Constructor Description UpdateChannelDetails(UpdateChannelSourceDetails source, UpdateChannelTargetDetails target, String displayName, Boolean isEnabled, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-