Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private FindingFilter |
ListFindingsRequest.filter
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Modifier and Type | Method and Description |
---|---|
FindingFilter |
FindingFilter.clone() |
FindingFilter |
ListFindingsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
FindingFilter |
FindingFilter.withAgentIds(java.util.Collection<java.lang.String> agentIds)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
agentId property of the Finding data type.
|
FindingFilter |
FindingFilter.withAgentIds(java.lang.String... agentIds)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
agentId property of the Finding data type.
|
FindingFilter |
FindingFilter.withAttributes(Attribute... attributes)
For a record to match a filter, the list of values that are specified for
this data type property must be contained in the list of values of the
attributes property of the Finding data type.
|
FindingFilter |
FindingFilter.withAttributes(java.util.Collection<Attribute> attributes)
For a record to match a filter, the list of values that are specified for
this data type property must be contained in the list of values of the
attributes property of the Finding data type.
|
FindingFilter |
FindingFilter.withAutoScalingGroups(java.util.Collection<java.lang.String> autoScalingGroups)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
autoScalingGroup property of the Finding data type.
|
FindingFilter |
FindingFilter.withAutoScalingGroups(java.lang.String... autoScalingGroups)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
autoScalingGroup property of the Finding data type.
|
FindingFilter |
FindingFilter.withCreationTimeRange(TimestampRange creationTimeRange)
The time range during which the finding is generated.
|
FindingFilter |
FindingFilter.withRuleNames(java.util.Collection<java.lang.String> ruleNames)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
ruleName property of the Finding data type.
|
FindingFilter |
FindingFilter.withRuleNames(java.lang.String... ruleNames)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
ruleName property of the Finding data type.
|
FindingFilter |
FindingFilter.withRulesPackageArns(java.util.Collection<java.lang.String> rulesPackageArns)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
rulesPackageArn property of the Finding data type.
|
FindingFilter |
FindingFilter.withRulesPackageArns(java.lang.String... rulesPackageArns)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
rulesPackageArn property of the Finding data type.
|
FindingFilter |
FindingFilter.withSeverities(java.util.Collection<java.lang.String> severities)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
severity property of the Finding data type.
|
FindingFilter |
FindingFilter.withSeverities(Severity... severities)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
severity property of the Finding data type.
|
FindingFilter |
FindingFilter.withSeverities(java.lang.String... severities)
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
severity property of the Finding data type.
|
FindingFilter |
FindingFilter.withUserAttributes(Attribute... userAttributes)
For a record to match a filter, the value that is specified for this data
type property must be contained in the list of values of the
userAttributes property of the Finding data type.
|
FindingFilter |
FindingFilter.withUserAttributes(java.util.Collection<Attribute> userAttributes)
For a record to match a filter, the value that is specified for this data
type property must be contained in the list of values of the
userAttributes property of the Finding data type.
|
Modifier and Type | Method and Description |
---|---|
void |
ListFindingsRequest.setFilter(FindingFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListFindingsRequest |
ListFindingsRequest.withFilter(FindingFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Modifier and Type | Method and Description |
---|---|
FindingFilter |
FindingFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FindingFilterJsonMarshaller.marshall(FindingFilter findingFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|