Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ListExecutionsResponse
-
Packages that use ListExecutionsResponse 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 -
-
Uses of ListExecutionsResponse in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports that return ListExecutionsResponse Modifier and Type Method Description default ListExecutionsResponseBcmDataExportsClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists the historical executions for the export.default ListExecutionsResponseBcmDataExportsClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Lists the historical executions for the export.Methods in software.amazon.awssdk.services.bcmdataexports that return types with arguments of type ListExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListExecutionsResponse>BcmDataExportsAsyncClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists the historical executions for the export.default CompletableFuture<ListExecutionsResponse>BcmDataExportsAsyncClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Lists the historical executions for the export. -
Uses of ListExecutionsResponse in software.amazon.awssdk.services.bcmdataexports.paginators
Methods in software.amazon.awssdk.services.bcmdataexports.paginators that return types with arguments of type ListExecutionsResponse Modifier and Type Method Description Iterator<ListExecutionsResponse>ListExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.bcmdataexports.paginators with type arguments of type ListExecutionsResponse Modifier and Type Method Description voidListExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExecutionsResponse> subscriber)
-