Package | Description |
---|---|
com.oracle.bmc.analytics.model |
Modifier and Type | Method and Description |
---|---|
VanityUrlDetails |
VanityUrlDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,VanityUrlDetails> |
AnalyticsInstance.getVanityUrlDetails()
Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
|
Modifier and Type | Method and Description |
---|---|
VanityUrlDetails.Builder |
VanityUrlDetails.Builder.copy(VanityUrlDetails model) |
Modifier and Type | Method and Description |
---|---|
AnalyticsInstance.Builder |
AnalyticsInstance.Builder.vanityUrlDetails(Map<String,VanityUrlDetails> vanityUrlDetails)
Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.