Uses of Class
com.google.cloud.securitycenter.v1beta1.AssetSecurityMarksName
-
Packages that use AssetSecurityMarksName Package Description com.google.cloud.securitycenter.v1beta1 A client to Security Command Center API -
-
Uses of AssetSecurityMarksName in com.google.cloud.securitycenter.v1beta1
Methods in com.google.cloud.securitycenter.v1beta1 that return AssetSecurityMarksName Modifier and Type Method Description AssetSecurityMarksName
AssetSecurityMarksName.Builder. build()
static AssetSecurityMarksName
AssetSecurityMarksName. of(String organization, String asset)
Deprecated.static AssetSecurityMarksName
AssetSecurityMarksName. parse(String formattedString)
Deprecated.Methods in com.google.cloud.securitycenter.v1beta1 that return types with arguments of type AssetSecurityMarksName Modifier and Type Method Description static List<AssetSecurityMarksName>
AssetSecurityMarksName. parseList(List<String> formattedStrings)
Deprecated.Method parameters in com.google.cloud.securitycenter.v1beta1 with type arguments of type AssetSecurityMarksName Modifier and Type Method Description static List<String>
AssetSecurityMarksName. toStringList(List<AssetSecurityMarksName> values)
Deprecated.
-