| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
GeneratorDetails |
GeneratorDetails.clone() |
GeneratorDetails |
AwsSecurityFinding.getGeneratorDetails()
Provides metadata for the Amazon CodeGuru detector associated with a finding.
|
GeneratorDetails |
GeneratorDetails.withDescription(String description)
The description of the detector used to identify the code vulnerability.
|
GeneratorDetails |
GeneratorDetails.withLabels(Collection<String> labels)
An array of tags used to identify the detector associated with the finding.
|
GeneratorDetails |
GeneratorDetails.withLabels(String... labels)
An array of tags used to identify the detector associated with the finding.
|
GeneratorDetails |
GeneratorDetails.withName(String name)
The name of the detector used to identify the code vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setGeneratorDetails(GeneratorDetails generatorDetails)
Provides metadata for the Amazon CodeGuru detector associated with a finding.
|
AwsSecurityFinding |
AwsSecurityFinding.withGeneratorDetails(GeneratorDetails generatorDetails)
Provides metadata for the Amazon CodeGuru detector associated with a finding.
|
Copyright © 2024. All rights reserved.