Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
AssessmentRunFilter |
AssessmentRunFilter.clone() |
AssessmentRunFilter |
ListAssessmentRunsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
AssessmentRunFilter |
AssessmentRunFilter.withCompletionTimeRange(TimestampRange completionTimeRange)
For a record to match a filter, the value that is specified for this data
type property must inclusively match any value between the specified
minimum and maximum values of the completedAt property of the
AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withDurationRange(DurationRange durationRange)
For a record to match a filter, the value that is specified for this data
type property must inclusively match any value between the specified
minimum and maximum values of the durationInSeconds property of
the AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withNamePattern(String namePattern)
For a record to match a filter, an explicit value or a string containing
a wildcard that is specified for this data type property must match the
value of the assessmentRunName property of the
AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withRulesPackageArns(Collection<String> rulesPackageArns)
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
rulesPackages property of the AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withRulesPackageArns(String... rulesPackageArns)
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
rulesPackages property of the AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withStartTimeRange(TimestampRange startTimeRange)
For a record to match a filter, the value that is specified for this data
type property must inclusively match any value between the specified
minimum and maximum values of the startTime property of the
AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withStateChangeTimeRange(TimestampRange stateChangeTimeRange)
For a record to match a filter, the value that is specified for this data
type property must match the stateChangedAt property of the
AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withStates(AssessmentRunState... states)
For a record to match a filter, one of the values specified for this data
type property must be the exact match of the value of the
assessmentRunState property of the AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withStates(Collection<String> states)
For a record to match a filter, one of the values specified for this data
type property must be the exact match of the value of the
assessmentRunState property of the AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withStates(String... states)
For a record to match a filter, one of the values specified for this data
type property must be the exact match of the value of the
assessmentRunState property of the AssessmentRun data type.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAssessmentRunsRequest.setFilter(AssessmentRunFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListAssessmentRunsRequest |
ListAssessmentRunsRequest.withFilter(AssessmentRunFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Copyright © 2018. All rights reserved.