Uses of Class
com.oracle.bmc.analytics.model.AccessControlServiceType
-
Packages that use AccessControlServiceType Package Description com.oracle.bmc.analytics.model -
-
Uses of AccessControlServiceType in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return AccessControlServiceType Modifier and Type Method Description static AccessControlServiceType
AccessControlServiceType. create(String key)
static AccessControlServiceType
AccessControlServiceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessControlServiceType[]
AccessControlServiceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.analytics.model that return types with arguments of type AccessControlServiceType Modifier and Type Method Description List<AccessControlServiceType>
PublicEndpointDetails. getWhitelistedServices()
Oracle Cloud Services that are allowed to access this Analytics instance.Method parameters in com.oracle.bmc.analytics.model with type arguments of type AccessControlServiceType Modifier and Type Method Description PublicEndpointDetails.Builder
PublicEndpointDetails.Builder. whitelistedServices(List<AccessControlServiceType> whitelistedServices)
Oracle Cloud Services that are allowed to access this Analytics instance.
-