Uses of Class
software.amazon.awssdk.services.costandusagereport.model.DescribeReportDefinitionsResponse
-
Packages that use DescribeReportDefinitionsResponse 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.software.amazon.awssdk.services.costandusagereport.paginators -
-
Uses of DescribeReportDefinitionsResponse in software.amazon.awssdk.services.costandusagereport
Methods in software.amazon.awssdk.services.costandusagereport that return DescribeReportDefinitionsResponse Modifier and Type Method Description default DescribeReportDefinitionsResponseCostAndUsageReportClient. describeReportDefinitions()Lists the Amazon Web Services Cost and Usage Report available to this account.default DescribeReportDefinitionsResponseCostAndUsageReportClient. describeReportDefinitions(Consumer<DescribeReportDefinitionsRequest.Builder> describeReportDefinitionsRequest)Lists the Amazon Web Services Cost and Usage Report available to this account.default DescribeReportDefinitionsResponseCostAndUsageReportClient. describeReportDefinitions(DescribeReportDefinitionsRequest describeReportDefinitionsRequest)Lists the Amazon Web Services Cost and Usage Report available to this account.Methods in software.amazon.awssdk.services.costandusagereport that return types with arguments of type DescribeReportDefinitionsResponse Modifier and Type Method Description default CompletableFuture<DescribeReportDefinitionsResponse>CostAndUsageReportAsyncClient. describeReportDefinitions()Lists the Amazon Web Services Cost and Usage Report available to this account.default CompletableFuture<DescribeReportDefinitionsResponse>CostAndUsageReportAsyncClient. describeReportDefinitions(Consumer<DescribeReportDefinitionsRequest.Builder> describeReportDefinitionsRequest)Lists the Amazon Web Services Cost and Usage Report available to this account.default CompletableFuture<DescribeReportDefinitionsResponse>CostAndUsageReportAsyncClient. describeReportDefinitions(DescribeReportDefinitionsRequest describeReportDefinitionsRequest)Lists the Amazon Web Services Cost and Usage Report available to this account. -
Uses of DescribeReportDefinitionsResponse in software.amazon.awssdk.services.costandusagereport.paginators
Methods in software.amazon.awssdk.services.costandusagereport.paginators that return types with arguments of type DescribeReportDefinitionsResponse Modifier and Type Method Description Iterator<DescribeReportDefinitionsResponse>DescribeReportDefinitionsIterable. iterator()Method parameters in software.amazon.awssdk.services.costandusagereport.paginators with type arguments of type DescribeReportDefinitionsResponse Modifier and Type Method Description voidDescribeReportDefinitionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeReportDefinitionsResponse> subscriber)
-