Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.DeleteExportRequest
-
Packages that use DeleteExportRequest Package Description software.amazon.awssdk.services.bcmdataexports You can use the Data Exports API to create customized exports from multiple Amazon Web Services cost management and billing datasets, such as cost and usage data and cost optimization recommendations.software.amazon.awssdk.services.bcmdataexports.transform -
-
Uses of DeleteExportRequest in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports with parameters of type DeleteExportRequest Modifier and Type Method Description default CompletableFuture<DeleteExportResponse>BcmDataExportsAsyncClient. deleteExport(DeleteExportRequest deleteExportRequest)Deletes an existing data export.default DeleteExportResponseBcmDataExportsClient. deleteExport(DeleteExportRequest deleteExportRequest)Deletes an existing data export. -
Uses of DeleteExportRequest in software.amazon.awssdk.services.bcmdataexports.transform
Methods in software.amazon.awssdk.services.bcmdataexports.transform with parameters of type DeleteExportRequest Modifier and Type Method Description SdkHttpFullRequestDeleteExportRequestMarshaller. marshall(DeleteExportRequest deleteExportRequest)
-