| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ContinuousExportDescription |
ContinuousExportDescription.addSchemaStorageConfigEntry(String key,
String value)
Add a single SchemaStorageConfig entry
|
ContinuousExportDescription |
ContinuousExportDescription.clearSchemaStorageConfigEntries()
Removes all the entries added into SchemaStorageConfig.
|
ContinuousExportDescription |
ContinuousExportDescription.clone() |
ContinuousExportDescription |
ContinuousExportDescription.withDataSource(DataSource dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
|
ContinuousExportDescription |
ContinuousExportDescription.withDataSource(String dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
|
ContinuousExportDescription |
ContinuousExportDescription.withExportId(String exportId)
The unique ID assigned to this export.
|
ContinuousExportDescription |
ContinuousExportDescription.withS3Bucket(String s3Bucket)
The name of the s3 bucket where the export data parquet files are stored.
|
ContinuousExportDescription |
ContinuousExportDescription.withSchemaStorageConfig(Map<String,String> schemaStorageConfig)
An object which describes how the data is stored.
|
ContinuousExportDescription |
ContinuousExportDescription.withStartTime(Date startTime)
The timestamp representing when the continuous export was started.
|
ContinuousExportDescription |
ContinuousExportDescription.withStatus(ContinuousExportStatus status)
Describes the status of the export.
|
ContinuousExportDescription |
ContinuousExportDescription.withStatus(String status)
Describes the status of the export.
|
ContinuousExportDescription |
ContinuousExportDescription.withStatusDetail(String statusDetail)
Contains information about any errors that have occurred.
|
ContinuousExportDescription |
ContinuousExportDescription.withStopTime(Date stopTime)
The timestamp that represents when this continuous export was stopped.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContinuousExportDescription> |
DescribeContinuousExportsResult.getDescriptions()
A list of continuous export descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeContinuousExportsResult |
DescribeContinuousExportsResult.withDescriptions(ContinuousExportDescription... descriptions)
A list of continuous export descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeContinuousExportsResult.setDescriptions(Collection<ContinuousExportDescription> descriptions)
A list of continuous export descriptions.
|
DescribeContinuousExportsResult |
DescribeContinuousExportsResult.withDescriptions(Collection<ContinuousExportDescription> descriptions)
A list of continuous export descriptions.
|
Copyright © 2024. All rights reserved.