Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private InspectorServiceAttributes |
Finding.serviceAttributes |
Modifier and Type | Method and Description |
---|---|
InspectorServiceAttributes |
InspectorServiceAttributes.clone() |
InspectorServiceAttributes |
Finding.getServiceAttributes() |
InspectorServiceAttributes |
InspectorServiceAttributes.withAssessmentRunArn(java.lang.String assessmentRunArn)
The ARN of the assessment run during which the finding is generated.
|
InspectorServiceAttributes |
InspectorServiceAttributes.withRulesPackageArn(java.lang.String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.
|
InspectorServiceAttributes |
InspectorServiceAttributes.withSchemaVersion(java.lang.Integer schemaVersion)
The schema version of this data type.
|
Modifier and Type | Method and Description |
---|---|
void |
Finding.setServiceAttributes(InspectorServiceAttributes serviceAttributes) |
Finding |
Finding.withServiceAttributes(InspectorServiceAttributes serviceAttributes) |
Modifier and Type | Method and Description |
---|---|
InspectorServiceAttributes |
InspectorServiceAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InspectorServiceAttributesJsonMarshaller.marshall(InspectorServiceAttributes inspectorServiceAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|