Uses of Interface
software.amazon.awssdk.services.costandusagereport.CostAndUsageReportBaseClientBuilder
-
Packages that use CostAndUsageReportBaseClientBuilder Package Description software.amazon.awssdk.services.costandusagereport You can use the Amazon Web Services Cost and Usage Report API to programmatically create, query, and delete Amazon Web Services Cost and Usage Report definitions. -
-
Uses of CostAndUsageReportBaseClientBuilder in software.amazon.awssdk.services.costandusagereport
Classes in software.amazon.awssdk.services.costandusagereport with type parameters of type CostAndUsageReportBaseClientBuilder Modifier and Type Interface Description interfaceCostAndUsageReportBaseClientBuilder<B extends CostAndUsageReportBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Cost and Usage Report Service that is supported by bothCostAndUsageReportClientBuilderandCostAndUsageReportAsyncClientBuilder.Subinterfaces of CostAndUsageReportBaseClientBuilder in software.amazon.awssdk.services.costandusagereport Modifier and Type Interface Description interfaceCostAndUsageReportAsyncClientBuilderA builder for creating an instance ofCostAndUsageReportAsyncClient.interfaceCostAndUsageReportClientBuilderA builder for creating an instance ofCostAndUsageReportClient.
-