Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.Export
-
Packages that use Export Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of Export in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return Export Modifier and Type Method Description ExportCreateExportRequest. export()The details of the export, including data query, name, description, and destination configuration.ExportGetExecutionResponse. export()The export data for this specific execution.ExportGetExportResponse. export()The data for this specific export.ExportUpdateExportRequest. export()The name and query details for the export.Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type Export Modifier and Type Method Description CreateExportRequest.BuilderCreateExportRequest.Builder. export(Export export)The details of the export, including data query, name, description, and destination configuration.GetExecutionResponse.BuilderGetExecutionResponse.Builder. export(Export export)The export data for this specific execution.GetExportResponse.BuilderGetExportResponse.Builder. export(Export export)The data for this specific export.UpdateExportRequest.BuilderUpdateExportRequest.Builder. export(Export export)The name and query details for the export.
-