Uses of Class
com.oracle.bmc.analytics.model.VanityUrlDetails
-
Packages that use VanityUrlDetails Package Description com.oracle.bmc.analytics.model -
-
Uses of VanityUrlDetails in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return VanityUrlDetails Modifier and Type Method Description VanityUrlDetails
VanityUrlDetails.Builder. build()
Methods in com.oracle.bmc.analytics.model that return types with arguments of type VanityUrlDetails Modifier and Type Method Description Map<String,VanityUrlDetails>
AnalyticsInstance. getVanityUrlDetails()
Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.Methods in com.oracle.bmc.analytics.model with parameters of type VanityUrlDetails Modifier and Type Method Description VanityUrlDetails.Builder
VanityUrlDetails.Builder. copy(VanityUrlDetails model)
Method parameters in com.oracle.bmc.analytics.model with type arguments of type VanityUrlDetails Modifier and Type Method Description AnalyticsInstance.Builder
AnalyticsInstance.Builder. vanityUrlDetails(Map<String,VanityUrlDetails> vanityUrlDetails)
Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
-