Uses of Class
com.oracle.bmc.analytics.model.FeatureBundle
-
Packages that use FeatureBundle Package Description com.oracle.bmc.analytics.model -
-
Uses of FeatureBundle in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return FeatureBundle Modifier and Type Method Description static FeatureBundle
FeatureBundle. create(String key)
FeatureBundle
AnalyticsInstance. getFeatureBundle()
The feature set of an Analytics instance.FeatureBundle
CreateAnalyticsInstanceDetails. getFeatureBundle()
The feature set of an Analytics instance.FeatureBundle
SetFeatureBundleDetails. getFeatureBundle()
The feature set of an Analytics instance.static FeatureBundle
FeatureBundle. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeatureBundle[]
FeatureBundle. 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 FeatureBundle Modifier and Type Method Description AnalyticsInstance.Builder
AnalyticsInstance.Builder. featureBundle(FeatureBundle featureBundle)
The feature set of an Analytics instance.CreateAnalyticsInstanceDetails.Builder
CreateAnalyticsInstanceDetails.Builder. featureBundle(FeatureBundle featureBundle)
The feature set of an Analytics instance.SetFeatureBundleDetails.Builder
SetFeatureBundleDetails.Builder. featureBundle(FeatureBundle featureBundle)
The feature set of an Analytics instance.Constructors in com.oracle.bmc.analytics.model with parameters of type FeatureBundle 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)
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.SetFeatureBundleDetails(FeatureBundle featureBundle)
Deprecated.
-