| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
TimestampForCollection |
TimestampForCollection.clone() |
TimestampForCollection |
TimestampForCollection.withTimestamp(Date timestamp)
The data and time when data collection began for a source package.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,TimestampForCollection>> |
MembershipDatasources.getDatasourcePackageIngestHistory()
Details on when a data source package was added to a behavior graph.
|
Map<String,TimestampForCollection> |
DatasourcePackageIngestDetail.getLastIngestStateChange()
The date a data source package was enabled for this account
|
| Modifier and Type | Method and Description |
|---|---|
DatasourcePackageIngestDetail |
DatasourcePackageIngestDetail.addLastIngestStateChangeEntry(String key,
TimestampForCollection value)
Add a single LastIngestStateChange entry
|
| Modifier and Type | Method and Description |
|---|---|
MembershipDatasources |
MembershipDatasources.addDatasourcePackageIngestHistoryEntry(String key,
Map<String,TimestampForCollection> value)
Add a single DatasourcePackageIngestHistory entry
|
void |
MembershipDatasources.setDatasourcePackageIngestHistory(Map<String,Map<String,TimestampForCollection>> datasourcePackageIngestHistory)
Details on when a data source package was added to a behavior graph.
|
void |
DatasourcePackageIngestDetail.setLastIngestStateChange(Map<String,TimestampForCollection> lastIngestStateChange)
The date a data source package was enabled for this account
|
MembershipDatasources |
MembershipDatasources.withDatasourcePackageIngestHistory(Map<String,Map<String,TimestampForCollection>> datasourcePackageIngestHistory)
Details on when a data source package was added to a behavior graph.
|
DatasourcePackageIngestDetail |
DatasourcePackageIngestDetail.withLastIngestStateChange(Map<String,TimestampForCollection> lastIngestStateChange)
The date a data source package was enabled for this account
|
Copyright © 2023. All rights reserved.