Uses of Class
com.google.cloud.securitycenter.v1p1beta1.NotificationConfigName
-
Packages that use NotificationConfigName Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of NotificationConfigName in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return NotificationConfigName Modifier and Type Method Description NotificationConfigName
NotificationConfigName.Builder. build()
static NotificationConfigName
NotificationConfigName. of(String organization, String notificationConfig)
static NotificationConfigName
NotificationConfigName. parse(String formattedString)
Methods in com.google.cloud.securitycenter.v1p1beta1 that return types with arguments of type NotificationConfigName Modifier and Type Method Description static List<NotificationConfigName>
NotificationConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.securitycenter.v1p1beta1 with parameters of type NotificationConfigName Modifier and Type Method Description void
SecurityCenterClient. deleteNotificationConfig(NotificationConfigName name)
Deletes a notification config.NotificationConfig
SecurityCenterClient. getNotificationConfig(NotificationConfigName name)
Gets a notification config.Method parameters in com.google.cloud.securitycenter.v1p1beta1 with type arguments of type NotificationConfigName Modifier and Type Method Description static List<String>
NotificationConfigName. toStringList(List<NotificationConfigName> values)
-