| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
DateFilter |
DateFilter.clone() |
DateFilter |
DateFilter.withDateRange(DateRange dateRange)
A date range for the date filter.
|
DateFilter |
DateFilter.withEnd(String end)
An end date for the date filter.
|
DateFilter |
DateFilter.withStart(String start)
A start date for the date filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<DateFilter> |
AwsSecurityFindingFilters.getCreatedAt()
An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security
issue that a finding captured.
|
List<DateFilter> |
AwsSecurityFindingFilters.getFirstObservedAt()
An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential
security issue that a finding captured.
|
List<DateFilter> |
AwsSecurityFindingFilters.getLastObservedAt()
An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the
potential security issue that a finding captured.
|
List<DateFilter> |
AwsSecurityFindingFilters.getNoteUpdatedAt()
The timestamp of when the note was updated.
|
List<DateFilter> |
AwsSecurityFindingFilters.getProcessLaunchedAt()
The date/time that the process was launched.
|
List<DateFilter> |
AwsSecurityFindingFilters.getProcessTerminatedAt()
The date/time that the process was terminated.
|
List<DateFilter> |
AwsSecurityFindingFilters.getResourceAwsEc2InstanceLaunchedAt()
The date and time the instance was launched.
|
List<DateFilter> |
AwsSecurityFindingFilters.getResourceAwsIamAccessKeyCreatedAt()
The creation date/time of the IAM access key related to a finding.
|
List<DateFilter> |
AwsSecurityFindingFilters.getResourceContainerLaunchedAt()
The date/time that the container was started.
|
List<DateFilter> |
AwsSecurityFindingFilters.getThreatIntelIndicatorLastObservedAt()
The date/time of the last observation of a threat intelligence indicator.
|
List<DateFilter> |
AwsSecurityFindingFilters.getUpdatedAt()
An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding
record.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withCreatedAt(DateFilter... createdAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security
issue that a finding captured.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withFirstObservedAt(DateFilter... firstObservedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential
security issue that a finding captured.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withLastObservedAt(DateFilter... lastObservedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the
potential security issue that a finding captured.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withNoteUpdatedAt(DateFilter... noteUpdatedAt)
The timestamp of when the note was updated.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withProcessLaunchedAt(DateFilter... processLaunchedAt)
The date/time that the process was launched.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withProcessTerminatedAt(DateFilter... processTerminatedAt)
The date/time that the process was terminated.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceAwsEc2InstanceLaunchedAt(DateFilter... resourceAwsEc2InstanceLaunchedAt)
The date and time the instance was launched.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceAwsIamAccessKeyCreatedAt(DateFilter... resourceAwsIamAccessKeyCreatedAt)
The creation date/time of the IAM access key related to a finding.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceContainerLaunchedAt(DateFilter... resourceContainerLaunchedAt)
The date/time that the container was started.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withThreatIntelIndicatorLastObservedAt(DateFilter... threatIntelIndicatorLastObservedAt)
The date/time of the last observation of a threat intelligence indicator.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withUpdatedAt(DateFilter... updatedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding
record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFindingFilters.setCreatedAt(Collection<DateFilter> createdAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security
issue that a finding captured.
|
void |
AwsSecurityFindingFilters.setFirstObservedAt(Collection<DateFilter> firstObservedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential
security issue that a finding captured.
|
void |
AwsSecurityFindingFilters.setLastObservedAt(Collection<DateFilter> lastObservedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the
potential security issue that a finding captured.
|
void |
AwsSecurityFindingFilters.setNoteUpdatedAt(Collection<DateFilter> noteUpdatedAt)
The timestamp of when the note was updated.
|
void |
AwsSecurityFindingFilters.setProcessLaunchedAt(Collection<DateFilter> processLaunchedAt)
The date/time that the process was launched.
|
void |
AwsSecurityFindingFilters.setProcessTerminatedAt(Collection<DateFilter> processTerminatedAt)
The date/time that the process was terminated.
|
void |
AwsSecurityFindingFilters.setResourceAwsEc2InstanceLaunchedAt(Collection<DateFilter> resourceAwsEc2InstanceLaunchedAt)
The date and time the instance was launched.
|
void |
AwsSecurityFindingFilters.setResourceAwsIamAccessKeyCreatedAt(Collection<DateFilter> resourceAwsIamAccessKeyCreatedAt)
The creation date/time of the IAM access key related to a finding.
|
void |
AwsSecurityFindingFilters.setResourceContainerLaunchedAt(Collection<DateFilter> resourceContainerLaunchedAt)
The date/time that the container was started.
|
void |
AwsSecurityFindingFilters.setThreatIntelIndicatorLastObservedAt(Collection<DateFilter> threatIntelIndicatorLastObservedAt)
The date/time of the last observation of a threat intelligence indicator.
|
void |
AwsSecurityFindingFilters.setUpdatedAt(Collection<DateFilter> updatedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding
record.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withCreatedAt(Collection<DateFilter> createdAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security
issue that a finding captured.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withFirstObservedAt(Collection<DateFilter> firstObservedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential
security issue that a finding captured.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withLastObservedAt(Collection<DateFilter> lastObservedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the
potential security issue that a finding captured.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withNoteUpdatedAt(Collection<DateFilter> noteUpdatedAt)
The timestamp of when the note was updated.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withProcessLaunchedAt(Collection<DateFilter> processLaunchedAt)
The date/time that the process was launched.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withProcessTerminatedAt(Collection<DateFilter> processTerminatedAt)
The date/time that the process was terminated.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceAwsEc2InstanceLaunchedAt(Collection<DateFilter> resourceAwsEc2InstanceLaunchedAt)
The date and time the instance was launched.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceAwsIamAccessKeyCreatedAt(Collection<DateFilter> resourceAwsIamAccessKeyCreatedAt)
The creation date/time of the IAM access key related to a finding.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceContainerLaunchedAt(Collection<DateFilter> resourceContainerLaunchedAt)
The date/time that the container was started.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withThreatIntelIndicatorLastObservedAt(Collection<DateFilter> threatIntelIndicatorLastObservedAt)
The date/time of the last observation of a threat intelligence indicator.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withUpdatedAt(Collection<DateFilter> updatedAt)
An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding
record.
|
Copyright © 2020. All rights reserved.