| Package | Description |
|---|---|
| com.contrastsecurity.sdk |
| Modifier and Type | Method and Description |
|---|---|
TagsResponse |
ContrastSDK.createTag(java.lang.String organizationId,
Tags tags)
Create a vulnerability tag for the organization whose ID is passed in.
|
TagsResponse |
ContrastSDK.deleteVulnerabilityTag(java.lang.String organizationId,
java.lang.String traceId,
Tag tag)
Delete the tag for the vulnerability whose ID is passed in.
|
TagsResponse |
ContrastSDK.getTagsByTrace(java.lang.String organizationId,
java.lang.String traceId)
Get the tags for the vulnerability whose ID is passed in.
|
TagsResponse |
ContrastSDK.getTraceTagsByOrganization(java.lang.String organizationId)
Get the vulnerability tags for the organization whose ID is passed in.
|
TagsResponse |
ContrastSDK.getVulnTagsByApplication(java.lang.String organizationId,
java.lang.String appId)
Get the available vulnerability tags in the application whose ID is passed in.
|
Copyright © 2021 Contrast Security, Inc.. All rights reserved.