| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
Export |
Export.clone() |
Export |
UpdateExportRequest.getExport()
The name and query details for the export.
|
Export |
GetExportResult.getExport()
The data for this specific export.
|
Export |
GetExecutionResult.getExport()
The export data for this specific execution.
|
Export |
CreateExportRequest.getExport()
The details of the export, including data query, name, description, and destination configuration.
|
Export |
Export.withDataQuery(DataQuery dataQuery)
The data query for this specific data export.
|
Export |
Export.withDescription(String description)
The description for this specific data export.
|
Export |
Export.withDestinationConfigurations(DestinationConfigurations destinationConfigurations)
The destination configuration for this specific data export.
|
Export |
Export.withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
Export |
Export.withName(String name)
The name of this specific data export.
|
Export |
Export.withRefreshCadence(RefreshCadence refreshCadence)
The cadence for Amazon Web Services to update the export in your S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateExportRequest.setExport(Export export)
The name and query details for the export.
|
void |
GetExportResult.setExport(Export export)
The data for this specific export.
|
void |
GetExecutionResult.setExport(Export export)
The export data for this specific execution.
|
void |
CreateExportRequest.setExport(Export export)
The details of the export, including data query, name, description, and destination configuration.
|
UpdateExportRequest |
UpdateExportRequest.withExport(Export export)
The name and query details for the export.
|
GetExportResult |
GetExportResult.withExport(Export export)
The data for this specific export.
|
GetExecutionResult |
GetExecutionResult.withExport(Export export)
The export data for this specific execution.
|
CreateExportRequest |
CreateExportRequest.withExport(Export export)
The details of the export, including data query, name, description, and destination configuration.
|
Copyright © 2024. All rights reserved.