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