| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentsFilter |
AssessmentsFilter.clone() |
AssessmentsFilter |
ListAttachedAssessmentsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
AssessmentsFilter |
ListAssessmentsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
AssessmentsFilter |
AssessmentsFilter.withAssessmentNamePatterns(Collection<String> assessmentNamePatterns)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the assessmentName property of the Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.withAssessmentNamePatterns(String... assessmentNamePatterns)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the assessmentName property of the Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.withAssessmentStates(Collection<String> assessmentStates)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
assessmentState property of the Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.withAssessmentStates(String... assessmentStates)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
assessmentState property of the Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.withDataCollected(Boolean dataCollected)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the dataCollected
property of the Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.withDurationRange(DurationRange durationRange)
For a record to match a filter, the value specified for this data type
property must inclusively match any value between the specified minimum
and maximum values of the durationInSeconds property of the
Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.withEndTimeRange(TimestampRange endTimeRange)
For a record to match a filter, the value specified for this data type
property must inclusively match any value between the specified minimum
and maximum values of the endTime property of the
Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.withStartTimeRange(TimestampRange startTimeRange)
For a record to match a filter, the value specified for this data type
property must inclusively match any value between the specified minimum
and maximum values of the startTime property of the
Assessment data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttachedAssessmentsRequest.setFilter(AssessmentsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
void |
ListAssessmentsRequest.setFilter(AssessmentsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListAttachedAssessmentsRequest |
ListAttachedAssessmentsRequest.withFilter(AssessmentsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListAssessmentsRequest |
ListAssessmentsRequest.withFilter(AssessmentsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Copyright © 2015. All rights reserved.