| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/ |
Upload File : |
<?php
namespace Aws\CostExplorer;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Cost Explorer Service** service.
* @method \Aws\Result createCostCategoryDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCostCategoryDefinitionAsync(array $args = [])
* @method \Aws\Result deleteCostCategoryDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCostCategoryDefinitionAsync(array $args = [])
* @method \Aws\Result describeCostCategoryDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeCostCategoryDefinitionAsync(array $args = [])
* @method \Aws\Result getCostAndUsage(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCostAndUsageAsync(array $args = [])
* @method \Aws\Result getCostAndUsageWithResources(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCostAndUsageWithResourcesAsync(array $args = [])
* @method \Aws\Result getCostForecast(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCostForecastAsync(array $args = [])
* @method \Aws\Result getDimensionValues(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDimensionValuesAsync(array $args = [])
* @method \Aws\Result getReservationCoverage(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReservationCoverageAsync(array $args = [])
* @method \Aws\Result getReservationPurchaseRecommendation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReservationPurchaseRecommendationAsync(array $args = [])
* @method \Aws\Result getReservationUtilization(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReservationUtilizationAsync(array $args = [])
* @method \Aws\Result getRightsizingRecommendation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRightsizingRecommendationAsync(array $args = [])
* @method \Aws\Result getSavingsPlansCoverage(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSavingsPlansCoverageAsync(array $args = [])
* @method \Aws\Result getSavingsPlansPurchaseRecommendation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSavingsPlansPurchaseRecommendationAsync(array $args = [])
* @method \Aws\Result getSavingsPlansUtilization(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSavingsPlansUtilizationAsync(array $args = [])
* @method \Aws\Result getSavingsPlansUtilizationDetails(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSavingsPlansUtilizationDetailsAsync(array $args = [])
* @method \Aws\Result getTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
* @method \Aws\Result getUsageForecast(array $args = [])
* @method \GuzzleHttp\Promise\Promise getUsageForecastAsync(array $args = [])
* @method \Aws\Result listCostCategoryDefinitions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCostCategoryDefinitionsAsync(array $args = [])
* @method \Aws\Result updateCostCategoryDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateCostCategoryDefinitionAsync(array $args = [])
*/
class CostExplorerClient extends AwsClient {}