Uses of Class
com.oracle.bmc.analytics.model.UpdateChannel
-
Packages that use UpdateChannel Package Description com.oracle.bmc.analytics.model -
-
Uses of UpdateChannel in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return UpdateChannel Modifier and Type Method Description static UpdateChannelUpdateChannel. create(String key)UpdateChannelAnalyticsInstance. getUpdateChannel()The Analytics instance update cycle.UpdateChannelCreateAnalyticsInstanceDetails. getUpdateChannel()The Analytics instance update cycle.UpdateChannelUpdateAnalyticsInstanceDetails. getUpdateChannel()The Analytics instance update cycle.static UpdateChannelUpdateChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateChannel[]UpdateChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.analytics.model with parameters of type UpdateChannel Modifier and Type Method Description AnalyticsInstance.BuilderAnalyticsInstance.Builder. updateChannel(UpdateChannel updateChannel)The Analytics instance update cycle.CreateAnalyticsInstanceDetails.BuilderCreateAnalyticsInstanceDetails.Builder. updateChannel(UpdateChannel updateChannel)The Analytics instance update cycle.UpdateAnalyticsInstanceDetails.BuilderUpdateAnalyticsInstanceDetails.Builder. updateChannel(UpdateChannel updateChannel)The Analytics instance update cycle.Constructors in com.oracle.bmc.analytics.model with parameters of type UpdateChannel Constructor Description AnalyticsInstance(String id, String name, String description, String compartmentId, AnalyticsInstanceLifecycleState lifecycleState, FeatureSet featureSet, Capacity capacity, LicenseType licenseType, String emailNotification, UpdateChannel updateChannel, NetworkEndpointDetails networkEndpointDetails, Map<String,PrivateAccessChannel> privateAccessChannels, Map<String,VanityUrlDetails> vanityUrlDetails, String serviceUrl, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, String kmsKeyId, Date timeCreated, Date timeUpdated, FeatureBundle featureBundle, String domainId, List<InstanceResourceGroup> resourceGroups)Deprecated.CreateAnalyticsInstanceDetails(String name, String description, String compartmentId, FeatureSet featureSet, Capacity capacity, LicenseType licenseType, String emailNotification, NetworkEndpointDetails networkEndpointDetails, String idcsAccessToken, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, UpdateChannel updateChannel, String kmsKeyId, String domainId, String adminUser, FeatureBundle featureBundle)Deprecated.UpdateAnalyticsInstanceDetails(String description, String emailNotification, LicenseType licenseType, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, UpdateChannel updateChannel)Deprecated.
-