Uses of Class
software.amazon.awssdk.services.inspector2.model.DateFilter
-
Packages that use DateFilter Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of DateFilter in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type DateFilter Modifier and Type Method Description List<DateFilter>FilterCriteria. ecrImagePushedAt()Details on the Amazon ECR image push date and time used to filter findings.List<DateFilter>FilterCriteria. firstObservedAt()Details on the date and time a finding was first seen used to filter findings.List<DateFilter>FilterCriteria. lambdaFunctionLastModifiedAt()Filters the list of Amazon Web Services Lambda functions by the date and time that a user last updated the configuration, in ISO 8601 formatList<DateFilter>FilterCriteria. lastObservedAt()Details on the date and time a finding was last seen used to filter findings.List<DateFilter>FilterCriteria. updatedAt()Details on the date and time a finding was last updated at used to filter findings.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type DateFilter Modifier and Type Method Description FilterCriteria.BuilderFilterCriteria.Builder. ecrImagePushedAt(DateFilter... ecrImagePushedAt)Details on the Amazon ECR image push date and time used to filter findings.FilterCriteria.BuilderFilterCriteria.Builder. firstObservedAt(DateFilter... firstObservedAt)Details on the date and time a finding was first seen used to filter findings.FilterCriteria.BuilderFilterCriteria.Builder. lambdaFunctionLastModifiedAt(DateFilter... lambdaFunctionLastModifiedAt)Filters the list of Amazon Web Services Lambda functions by the date and time that a user last updated the configuration, in ISO 8601 formatFilterCriteria.BuilderFilterCriteria.Builder. lastObservedAt(DateFilter... lastObservedAt)Details on the date and time a finding was last seen used to filter findings.FilterCriteria.BuilderFilterCriteria.Builder. updatedAt(DateFilter... updatedAt)Details on the date and time a finding was last updated at used to filter findings.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type DateFilter Modifier and Type Method Description FilterCriteria.BuilderFilterCriteria.Builder. ecrImagePushedAt(Collection<DateFilter> ecrImagePushedAt)Details on the Amazon ECR image push date and time used to filter findings.FilterCriteria.BuilderFilterCriteria.Builder. firstObservedAt(Collection<DateFilter> firstObservedAt)Details on the date and time a finding was first seen used to filter findings.FilterCriteria.BuilderFilterCriteria.Builder. lambdaFunctionLastModifiedAt(Collection<DateFilter> lambdaFunctionLastModifiedAt)Filters the list of Amazon Web Services Lambda functions by the date and time that a user last updated the configuration, in ISO 8601 formatFilterCriteria.BuilderFilterCriteria.Builder. lastObservedAt(Collection<DateFilter> lastObservedAt)Details on the date and time a finding was last seen used to filter findings.FilterCriteria.BuilderFilterCriteria.Builder. updatedAt(Collection<DateFilter> updatedAt)Details on the date and time a finding was last updated at used to filter findings.
-