Uses of Class
com.google.cloud.securitycenter.v1beta1.SourceName
-
Packages that use SourceName Package Description com.google.cloud.securitycenter.v1beta1 A client to Security Command Center API -
-
Uses of SourceName in com.google.cloud.securitycenter.v1beta1
Methods in com.google.cloud.securitycenter.v1beta1 that return SourceName Modifier and Type Method Description SourceNameSourceName.Builder. build()static SourceNameSourceName. of(String organization, String source)static SourceNameSourceName. parse(String formattedString)Methods in com.google.cloud.securitycenter.v1beta1 that return types with arguments of type SourceName Modifier and Type Method Description static List<SourceName>SourceName. parseList(List<String> formattedStrings)Methods in com.google.cloud.securitycenter.v1beta1 with parameters of type SourceName Modifier and Type Method Description FindingSecurityCenterClient. createFinding(SourceName parent, String findingId, Finding finding)Creates a finding.SourceSecurityCenterClient. getSource(SourceName name)Gets a source.SecurityCenterClient.GroupFindingsPagedResponseSecurityCenterClient. groupFindings(SourceName parent, String groupBy)Filters an organization or source's findings and groups them by their specified properties.Method parameters in com.google.cloud.securitycenter.v1beta1 with type arguments of type SourceName Modifier and Type Method Description static List<String>SourceName. toStringList(List<SourceName> values)
-