Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.GetExportResponse
-
Packages that use GetExportResponse 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. -
-
Uses of GetExportResponse in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports that return GetExportResponse Modifier and Type Method Description default GetExportResponseBcmDataExportsClient. getExport(Consumer<GetExportRequest.Builder> getExportRequest)Views the definition of an existing data export.default GetExportResponseBcmDataExportsClient. getExport(GetExportRequest getExportRequest)Views the definition of an existing data export.Methods in software.amazon.awssdk.services.bcmdataexports that return types with arguments of type GetExportResponse Modifier and Type Method Description default CompletableFuture<GetExportResponse>BcmDataExportsAsyncClient. getExport(Consumer<GetExportRequest.Builder> getExportRequest)Views the definition of an existing data export.default CompletableFuture<GetExportResponse>BcmDataExportsAsyncClient. getExport(GetExportRequest getExportRequest)Views the definition of an existing data export.
-