| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| Modifier and Type | Method and Description |
|---|---|
default GetAnomaliesResponse |
CostExplorerClient.getAnomalies(Consumer<GetAnomaliesRequest.Builder> getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
default GetAnomaliesResponse |
CostExplorerClient.getAnomalies(GetAnomaliesRequest getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
default GetAnomalyMonitorsResponse |
CostExplorerClient.getAnomalyMonitors(Consumer<GetAnomalyMonitorsRequest.Builder> getAnomalyMonitorsRequest)
Retrieves the cost anomaly monitor definitions for your account.
|
default GetAnomalyMonitorsResponse |
CostExplorerClient.getAnomalyMonitors(GetAnomalyMonitorsRequest getAnomalyMonitorsRequest)
Retrieves the cost anomaly monitor definitions for your account.
|
default GetAnomalySubscriptionsResponse |
CostExplorerClient.getAnomalySubscriptions(Consumer<GetAnomalySubscriptionsRequest.Builder> getAnomalySubscriptionsRequest)
Retrieves the cost anomaly subscription objects for your account.
|
default GetAnomalySubscriptionsResponse |
CostExplorerClient.getAnomalySubscriptions(GetAnomalySubscriptionsRequest getAnomalySubscriptionsRequest)
Retrieves the cost anomaly subscription objects for your account.
|
default GetCostAndUsageResponse |
CostExplorerClient.getCostAndUsage(Consumer<GetCostAndUsageRequest.Builder> getCostAndUsageRequest)
Retrieves cost and usage metrics for your account.
|
default GetCostAndUsageResponse |
CostExplorerClient.getCostAndUsage(GetCostAndUsageRequest getCostAndUsageRequest)
Retrieves cost and usage metrics for your account.
|
default GetCostAndUsageWithResourcesResponse |
CostExplorerClient.getCostAndUsageWithResources(Consumer<GetCostAndUsageWithResourcesRequest.Builder> getCostAndUsageWithResourcesRequest)
Retrieves cost and usage metrics with resources for your account.
|
default GetCostAndUsageWithResourcesResponse |
CostExplorerClient.getCostAndUsageWithResources(GetCostAndUsageWithResourcesRequest getCostAndUsageWithResourcesRequest)
Retrieves cost and usage metrics with resources for your account.
|
default GetCostCategoriesResponse |
CostExplorerClient.getCostCategories(Consumer<GetCostCategoriesRequest.Builder> getCostCategoriesRequest)
Retrieves an array of Cost Category names and values incurred cost.
|
default GetCostCategoriesResponse |
CostExplorerClient.getCostCategories(GetCostCategoriesRequest getCostCategoriesRequest)
Retrieves an array of Cost Category names and values incurred cost.
|
default GetDimensionValuesResponse |
CostExplorerClient.getDimensionValues(Consumer<GetDimensionValuesRequest.Builder> getDimensionValuesRequest)
Retrieves all available filter values for a specified filter over a period of time.
|
default GetDimensionValuesResponse |
CostExplorerClient.getDimensionValues(GetDimensionValuesRequest getDimensionValuesRequest)
Retrieves all available filter values for a specified filter over a period of time.
|
default GetReservationCoverageResponse |
CostExplorerClient.getReservationCoverage(Consumer<GetReservationCoverageRequest.Builder> getReservationCoverageRequest)
Retrieves the reservation coverage for your account, which you can use to see how much of your Amazon Elastic
Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a
reservation.
|
default GetReservationCoverageResponse |
CostExplorerClient.getReservationCoverage(GetReservationCoverageRequest getReservationCoverageRequest)
Retrieves the reservation coverage for your account, which you can use to see how much of your Amazon Elastic
Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a
reservation.
|
default GetReservationPurchaseRecommendationResponse |
CostExplorerClient.getReservationPurchaseRecommendation(Consumer<GetReservationPurchaseRecommendationRequest.Builder> getReservationPurchaseRecommendationRequest)
Gets recommendations for reservation purchases.
|
default GetReservationPurchaseRecommendationResponse |
CostExplorerClient.getReservationPurchaseRecommendation(GetReservationPurchaseRecommendationRequest getReservationPurchaseRecommendationRequest)
Gets recommendations for reservation purchases.
|
default GetReservationUtilizationResponse |
CostExplorerClient.getReservationUtilization(Consumer<GetReservationUtilizationRequest.Builder> getReservationUtilizationRequest)
Retrieves the reservation utilization for your account.
|
default GetReservationUtilizationResponse |
CostExplorerClient.getReservationUtilization(GetReservationUtilizationRequest getReservationUtilizationRequest)
Retrieves the reservation utilization for your account.
|
default GetRightsizingRecommendationResponse |
CostExplorerClient.getRightsizingRecommendation(Consumer<GetRightsizingRecommendationRequest.Builder> getRightsizingRecommendationRequest)
Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.
|
default GetRightsizingRecommendationResponse |
CostExplorerClient.getRightsizingRecommendation(GetRightsizingRecommendationRequest getRightsizingRecommendationRequest)
Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.
|
default GetSavingsPlansCoverageResponse |
CostExplorerClient.getSavingsPlansCoverage(Consumer<GetSavingsPlansCoverageRequest.Builder> getSavingsPlansCoverageRequest)
Retrieves the Savings Plans covered for your account.
|
default GetSavingsPlansCoverageResponse |
CostExplorerClient.getSavingsPlansCoverage(GetSavingsPlansCoverageRequest getSavingsPlansCoverageRequest)
Retrieves the Savings Plans covered for your account.
|
default GetSavingsPlansCoverageIterable |
CostExplorerClient.getSavingsPlansCoveragePaginator(Consumer<GetSavingsPlansCoverageRequest.Builder> getSavingsPlansCoverageRequest)
Retrieves the Savings Plans covered for your account.
|
default GetSavingsPlansCoverageIterable |
CostExplorerClient.getSavingsPlansCoveragePaginator(GetSavingsPlansCoverageRequest getSavingsPlansCoverageRequest)
Retrieves the Savings Plans covered for your account.
|
default GetSavingsPlansPurchaseRecommendationResponse |
CostExplorerClient.getSavingsPlansPurchaseRecommendation(Consumer<GetSavingsPlansPurchaseRecommendationRequest.Builder> getSavingsPlansPurchaseRecommendationRequest)
Retrieves the Savings Plans recommendations for your account.
|
default GetSavingsPlansPurchaseRecommendationResponse |
CostExplorerClient.getSavingsPlansPurchaseRecommendation(GetSavingsPlansPurchaseRecommendationRequest getSavingsPlansPurchaseRecommendationRequest)
Retrieves the Savings Plans recommendations for your account.
|
default GetSavingsPlansUtilizationDetailsResponse |
CostExplorerClient.getSavingsPlansUtilizationDetails(Consumer<GetSavingsPlansUtilizationDetailsRequest.Builder> getSavingsPlansUtilizationDetailsRequest)
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
|
default GetSavingsPlansUtilizationDetailsResponse |
CostExplorerClient.getSavingsPlansUtilizationDetails(GetSavingsPlansUtilizationDetailsRequest getSavingsPlansUtilizationDetailsRequest)
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
|
default GetSavingsPlansUtilizationDetailsIterable |
CostExplorerClient.getSavingsPlansUtilizationDetailsPaginator(Consumer<GetSavingsPlansUtilizationDetailsRequest.Builder> getSavingsPlansUtilizationDetailsRequest)
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
|
default GetSavingsPlansUtilizationDetailsIterable |
CostExplorerClient.getSavingsPlansUtilizationDetailsPaginator(GetSavingsPlansUtilizationDetailsRequest getSavingsPlansUtilizationDetailsRequest)
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
|
default GetTagsResponse |
CostExplorerClient.getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)
Queries for available tag keys and tag values for a specified period.
|
default GetTagsResponse |
CostExplorerClient.getTags(GetTagsRequest getTagsRequest)
Queries for available tag keys and tag values for a specified period.
|
default ListCostAllocationTagsResponse |
CostExplorerClient.listCostAllocationTags(Consumer<ListCostAllocationTagsRequest.Builder> listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default ListCostAllocationTagsResponse |
CostExplorerClient.listCostAllocationTags(ListCostAllocationTagsRequest listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default ListCostAllocationTagsIterable |
CostExplorerClient.listCostAllocationTagsPaginator(Consumer<ListCostAllocationTagsRequest.Builder> listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default ListCostAllocationTagsIterable |
CostExplorerClient.listCostAllocationTagsPaginator(ListCostAllocationTagsRequest listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default ListSavingsPlansPurchaseRecommendationGenerationResponse |
CostExplorerClient.listSavingsPlansPurchaseRecommendationGeneration(Consumer<ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder> listSavingsPlansPurchaseRecommendationGenerationRequest)
Retrieves a list of your historical recommendation generations within the past 30 days.
|
default ListSavingsPlansPurchaseRecommendationGenerationResponse |
CostExplorerClient.listSavingsPlansPurchaseRecommendationGeneration(ListSavingsPlansPurchaseRecommendationGenerationRequest listSavingsPlansPurchaseRecommendationGenerationRequest)
Retrieves a list of your historical recommendation generations within the past 30 days.
|
Copyright © 2023. All rights reserved.