| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
DateFilter |
DateFilter.clone() |
DateFilter |
DateFilter.withEndInclusive(Date endInclusive)
A timestamp representing the end of the time period filtered on.
|
DateFilter |
DateFilter.withStartInclusive(Date startInclusive)
A timestamp representing the start of the time period filtered on.
|
| Modifier and Type | Method and Description |
|---|---|
List<DateFilter> |
FilterCriteria.getEcrImagePushedAt()
Details on the Amazon ECR image push date and time used to filter findings.
|
List<DateFilter> |
FilterCriteria.getFirstObservedAt()
Details on the date and time a finding was first seen used to filter findings.
|
List<DateFilter> |
FilterCriteria.getLambdaFunctionLastModifiedAt()
Filters the list of AWS Lambda functions by the date and time that a user last updated the configuration, in ISO 8601 format
|
List<DateFilter> |
FilterCriteria.getLastObservedAt()
Details on the date and time a finding was last seen used to filter findings.
|
List<DateFilter> |
FilterCriteria.getUpdatedAt()
Details on the date and time a finding was last updated at used to filter findings.
|
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria |
FilterCriteria.withEcrImagePushedAt(DateFilter... ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
|
FilterCriteria |
FilterCriteria.withFirstObservedAt(DateFilter... firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
|
FilterCriteria |
FilterCriteria.withLambdaFunctionLastModifiedAt(DateFilter... lambdaFunctionLastModifiedAt)
Filters the list of AWS Lambda functions by the date and time that a user last updated the configuration, in ISO 8601 format
|
FilterCriteria |
FilterCriteria.withLastObservedAt(DateFilter... lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
|
FilterCriteria |
FilterCriteria.withUpdatedAt(DateFilter... updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterCriteria.setEcrImagePushedAt(Collection<DateFilter> ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
|
void |
FilterCriteria.setFirstObservedAt(Collection<DateFilter> firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
|
void |
FilterCriteria.setLambdaFunctionLastModifiedAt(Collection<DateFilter> lambdaFunctionLastModifiedAt)
Filters the list of AWS Lambda functions by the date and time that a user last updated the configuration, in ISO 8601 format
|
void |
FilterCriteria.setLastObservedAt(Collection<DateFilter> lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
|
void |
FilterCriteria.setUpdatedAt(Collection<DateFilter> updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
|
FilterCriteria |
FilterCriteria.withEcrImagePushedAt(Collection<DateFilter> ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
|
FilterCriteria |
FilterCriteria.withFirstObservedAt(Collection<DateFilter> firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
|
FilterCriteria |
FilterCriteria.withLambdaFunctionLastModifiedAt(Collection<DateFilter> lambdaFunctionLastModifiedAt)
Filters the list of AWS Lambda functions by the date and time that a user last updated the configuration, in ISO 8601 format
|
FilterCriteria |
FilterCriteria.withLastObservedAt(Collection<DateFilter> lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
|
FilterCriteria |
FilterCriteria.withUpdatedAt(Collection<DateFilter> updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
|
Copyright © 2023. All rights reserved.