Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ListExecutionsRequest
-
Packages that use ListExecutionsRequest 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.paginators software.amazon.awssdk.services.bcmdataexports.transform -
-
Uses of ListExecutionsRequest in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports with parameters of type ListExecutionsRequest Modifier and Type Method Description default CompletableFuture<ListExecutionsResponse>BcmDataExportsAsyncClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Lists the historical executions for the export.default ListExecutionsResponseBcmDataExportsClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Lists the historical executions for the export.default ListExecutionsPublisherBcmDataExportsAsyncClient. listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)Lists the historical executions for the export.default ListExecutionsIterableBcmDataExportsClient. listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)Lists the historical executions for the export. -
Uses of ListExecutionsRequest in software.amazon.awssdk.services.bcmdataexports.paginators
Constructors in software.amazon.awssdk.services.bcmdataexports.paginators with parameters of type ListExecutionsRequest Constructor Description ListExecutionsIterable(BcmDataExportsClient client, ListExecutionsRequest firstRequest)ListExecutionsPublisher(BcmDataExportsAsyncClient client, ListExecutionsRequest firstRequest) -
Uses of ListExecutionsRequest in software.amazon.awssdk.services.bcmdataexports.transform
Methods in software.amazon.awssdk.services.bcmdataexports.transform with parameters of type ListExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestListExecutionsRequestMarshaller. marshall(ListExecutionsRequest listExecutionsRequest)
-