Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private DurationRange |
AssessmentTemplateFilter.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
AssessmentTemplate data type.
|
private DurationRange |
AssessmentRunFilter.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.
|
Modifier and Type | Method and Description |
---|---|
DurationRange |
DurationRange.clone() |
DurationRange |
AssessmentTemplateFilter.getDurationRange()
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
AssessmentTemplate data type.
|
DurationRange |
AssessmentRunFilter.getDurationRange()
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.
|
DurationRange |
DurationRange.withMaxSeconds(java.lang.Integer maxSeconds)
The maximum value of the duration range.
|
DurationRange |
DurationRange.withMinSeconds(java.lang.Integer minSeconds)
The minimum value of the duration range.
|
Modifier and Type | Method and Description |
---|---|
void |
AssessmentTemplateFilter.setDurationRange(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
AssessmentTemplate data type.
|
void |
AssessmentRunFilter.setDurationRange(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.
|
AssessmentTemplateFilter |
AssessmentTemplateFilter.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
AssessmentTemplate 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.
|
Modifier and Type | Method and Description |
---|---|
DurationRange |
DurationRangeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DurationRangeJsonMarshaller.marshall(DurationRange durationRange,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|