@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCostExplorerAsync extends AbstractAWSCostExplorer implements AWSCostExplorerAsync
AWSCostExplorerAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSCostExplorerAsync() |
createAnomalyMonitor, createAnomalySubscription, createCostCategoryDefinition, deleteAnomalyMonitor, deleteAnomalySubscription, deleteCostCategoryDefinition, describeCostCategoryDefinition, getAnomalies, getAnomalyMonitors, getAnomalySubscriptions, getCachedResponseMetadata, getCostAndUsage, getCostAndUsageWithResources, getCostCategories, getCostForecast, getDimensionValues, getReservationCoverage, getReservationPurchaseRecommendation, getReservationUtilization, getRightsizingRecommendation, getSavingsPlansCoverage, getSavingsPlansPurchaseRecommendation, getSavingsPlansUtilization, getSavingsPlansUtilizationDetails, getTags, getUsageForecast, listCostCategoryDefinitions, provideAnomalyFeedback, shutdown, updateAnomalyMonitor, updateAnomalySubscription, updateCostCategoryDefinitionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAnomalyMonitor, createAnomalySubscription, createCostCategoryDefinition, deleteAnomalyMonitor, deleteAnomalySubscription, deleteCostCategoryDefinition, describeCostCategoryDefinition, getAnomalies, getAnomalyMonitors, getAnomalySubscriptions, getCachedResponseMetadata, getCostAndUsage, getCostAndUsageWithResources, getCostCategories, getCostForecast, getDimensionValues, getReservationCoverage, getReservationPurchaseRecommendation, getReservationUtilization, getRightsizingRecommendation, getSavingsPlansCoverage, getSavingsPlansPurchaseRecommendation, getSavingsPlansUtilization, getSavingsPlansUtilizationDetails, getTags, getUsageForecast, listCostCategoryDefinitions, provideAnomalyFeedback, shutdown, updateAnomalyMonitor, updateAnomalySubscription, updateCostCategoryDefinitionpublic Future<CreateAnomalyMonitorResult> createAnomalyMonitorAsync(CreateAnomalyMonitorRequest request)
AWSCostExplorerAsyncCreates a new cost anomaly detection monitor with the requested type and monitor specification.
createAnomalyMonitorAsync in interface AWSCostExplorerAsyncpublic Future<CreateAnomalyMonitorResult> createAnomalyMonitorAsync(CreateAnomalyMonitorRequest request, AsyncHandler<CreateAnomalyMonitorRequest,CreateAnomalyMonitorResult> asyncHandler)
AWSCostExplorerAsyncCreates a new cost anomaly detection monitor with the requested type and monitor specification.
createAnomalyMonitorAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAnomalySubscriptionResult> createAnomalySubscriptionAsync(CreateAnomalySubscriptionRequest request)
AWSCostExplorerAsyncAdds a subscription to a cost anomaly detection monitor. You can use each subscription to define subscribers with email or SNS notifications. Email subscribers can set a dollar threshold and a time frequency for receiving notifications.
createAnomalySubscriptionAsync in interface AWSCostExplorerAsyncpublic Future<CreateAnomalySubscriptionResult> createAnomalySubscriptionAsync(CreateAnomalySubscriptionRequest request, AsyncHandler<CreateAnomalySubscriptionRequest,CreateAnomalySubscriptionResult> asyncHandler)
AWSCostExplorerAsyncAdds a subscription to a cost anomaly detection monitor. You can use each subscription to define subscribers with email or SNS notifications. Email subscribers can set a dollar threshold and a time frequency for receiving notifications.
createAnomalySubscriptionAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateCostCategoryDefinitionResult> createCostCategoryDefinitionAsync(CreateCostCategoryDefinitionRequest request)
AWSCostExplorerAsyncCreates a new Cost Category with the requested name and rules.
createCostCategoryDefinitionAsync in interface AWSCostExplorerAsyncpublic Future<CreateCostCategoryDefinitionResult> createCostCategoryDefinitionAsync(CreateCostCategoryDefinitionRequest request, AsyncHandler<CreateCostCategoryDefinitionRequest,CreateCostCategoryDefinitionResult> asyncHandler)
AWSCostExplorerAsyncCreates a new Cost Category with the requested name and rules.
createCostCategoryDefinitionAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAnomalyMonitorResult> deleteAnomalyMonitorAsync(DeleteAnomalyMonitorRequest request)
AWSCostExplorerAsyncDeletes a cost anomaly monitor.
deleteAnomalyMonitorAsync in interface AWSCostExplorerAsyncpublic Future<DeleteAnomalyMonitorResult> deleteAnomalyMonitorAsync(DeleteAnomalyMonitorRequest request, AsyncHandler<DeleteAnomalyMonitorRequest,DeleteAnomalyMonitorResult> asyncHandler)
AWSCostExplorerAsyncDeletes a cost anomaly monitor.
deleteAnomalyMonitorAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAnomalySubscriptionResult> deleteAnomalySubscriptionAsync(DeleteAnomalySubscriptionRequest request)
AWSCostExplorerAsyncDeletes a cost anomaly subscription.
deleteAnomalySubscriptionAsync in interface AWSCostExplorerAsyncpublic Future<DeleteAnomalySubscriptionResult> deleteAnomalySubscriptionAsync(DeleteAnomalySubscriptionRequest request, AsyncHandler<DeleteAnomalySubscriptionRequest,DeleteAnomalySubscriptionResult> asyncHandler)
AWSCostExplorerAsyncDeletes a cost anomaly subscription.
deleteAnomalySubscriptionAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCostCategoryDefinitionResult> deleteCostCategoryDefinitionAsync(DeleteCostCategoryDefinitionRequest request)
AWSCostExplorerAsyncDeletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.
deleteCostCategoryDefinitionAsync in interface AWSCostExplorerAsyncpublic Future<DeleteCostCategoryDefinitionResult> deleteCostCategoryDefinitionAsync(DeleteCostCategoryDefinitionRequest request, AsyncHandler<DeleteCostCategoryDefinitionRequest,DeleteCostCategoryDefinitionResult> asyncHandler)
AWSCostExplorerAsyncDeletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.
deleteCostCategoryDefinitionAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeCostCategoryDefinitionResult> describeCostCategoryDefinitionAsync(DescribeCostCategoryDefinitionRequest request)
AWSCostExplorerAsyncReturns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account.
You have the option to use EffectiveOn to return a Cost Category that is active on a specific date.
If there is no EffectiveOn specified, you’ll see a Cost Category that is effective on the current
date. If Cost Category is still effective, EffectiveEnd is omitted in the response.
describeCostCategoryDefinitionAsync in interface AWSCostExplorerAsyncpublic Future<DescribeCostCategoryDefinitionResult> describeCostCategoryDefinitionAsync(DescribeCostCategoryDefinitionRequest request, AsyncHandler<DescribeCostCategoryDefinitionRequest,DescribeCostCategoryDefinitionResult> asyncHandler)
AWSCostExplorerAsyncReturns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account.
You have the option to use EffectiveOn to return a Cost Category that is active on a specific date.
If there is no EffectiveOn specified, you’ll see a Cost Category that is effective on the current
date. If Cost Category is still effective, EffectiveEnd is omitted in the response.
describeCostCategoryDefinitionAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAnomaliesResult> getAnomaliesAsync(GetAnomaliesRequest request)
AWSCostExplorerAsync
Retrieves all of the cost anomalies detected on your account, during the time period specified by the
DateInterval object.
getAnomaliesAsync in interface AWSCostExplorerAsyncpublic Future<GetAnomaliesResult> getAnomaliesAsync(GetAnomaliesRequest request, AsyncHandler<GetAnomaliesRequest,GetAnomaliesResult> asyncHandler)
AWSCostExplorerAsync
Retrieves all of the cost anomalies detected on your account, during the time period specified by the
DateInterval object.
getAnomaliesAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAnomalyMonitorsResult> getAnomalyMonitorsAsync(GetAnomalyMonitorsRequest request)
AWSCostExplorerAsyncRetrieves the cost anomaly monitor definitions for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
getAnomalyMonitorsAsync in interface AWSCostExplorerAsyncpublic Future<GetAnomalyMonitorsResult> getAnomalyMonitorsAsync(GetAnomalyMonitorsRequest request, AsyncHandler<GetAnomalyMonitorsRequest,GetAnomalyMonitorsResult> asyncHandler)
AWSCostExplorerAsyncRetrieves the cost anomaly monitor definitions for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
getAnomalyMonitorsAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAnomalySubscriptionsResult> getAnomalySubscriptionsAsync(GetAnomalySubscriptionsRequest request)
AWSCostExplorerAsyncRetrieves the cost anomaly subscription objects for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
getAnomalySubscriptionsAsync in interface AWSCostExplorerAsyncpublic Future<GetAnomalySubscriptionsResult> getAnomalySubscriptionsAsync(GetAnomalySubscriptionsRequest request, AsyncHandler<GetAnomalySubscriptionsRequest,GetAnomalySubscriptionsResult> asyncHandler)
AWSCostExplorerAsyncRetrieves the cost anomaly subscription objects for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
getAnomalySubscriptionsAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCostAndUsageResult> getCostAndUsageAsync(GetCostAndUsageRequest request)
AWSCostExplorerAsync
Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric, such as
BlendedCosts or UsageQuantity, that you want the request to return. You can also filter
and group your data by various dimensions, such as SERVICE or AZ, in a specific time
range. For a complete list of valid dimensions, see the GetDimensionValues operation. Management account in an organization in AWS Organizations have access to all
member accounts.
For information about filter limitations, see Quotas and restrictions in the Billing and Cost Management User Guide.
getCostAndUsageAsync in interface AWSCostExplorerAsyncpublic Future<GetCostAndUsageResult> getCostAndUsageAsync(GetCostAndUsageRequest request, AsyncHandler<GetCostAndUsageRequest,GetCostAndUsageResult> asyncHandler)
AWSCostExplorerAsync
Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric, such as
BlendedCosts or UsageQuantity, that you want the request to return. You can also filter
and group your data by various dimensions, such as SERVICE or AZ, in a specific time
range. For a complete list of valid dimensions, see the GetDimensionValues operation. Management account in an organization in AWS Organizations have access to all
member accounts.
For information about filter limitations, see Quotas and restrictions in the Billing and Cost Management User Guide.
getCostAndUsageAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCostAndUsageWithResourcesResult> getCostAndUsageWithResourcesAsync(GetCostAndUsageWithResourcesRequest request)
AWSCostExplorerAsync
Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related
metric, such as BlendedCosts or UsageQuantity, that you want the request to return. You
can also filter and group your data by various dimensions, such as SERVICE or AZ, in a
specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Management account in an organization in AWS Organizations have access to all
member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.
This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information on how to access the Settings page, see Controlling Access for Cost Explorer in the AWS Billing and Cost Management User Guide.
getCostAndUsageWithResourcesAsync in interface AWSCostExplorerAsyncpublic Future<GetCostAndUsageWithResourcesResult> getCostAndUsageWithResourcesAsync(GetCostAndUsageWithResourcesRequest request, AsyncHandler<GetCostAndUsageWithResourcesRequest,GetCostAndUsageWithResourcesResult> asyncHandler)
AWSCostExplorerAsync
Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related
metric, such as BlendedCosts or UsageQuantity, that you want the request to return. You
can also filter and group your data by various dimensions, such as SERVICE or AZ, in a
specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Management account in an organization in AWS Organizations have access to all
member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.
This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information on how to access the Settings page, see Controlling Access for Cost Explorer in the AWS Billing and Cost Management User Guide.
getCostAndUsageWithResourcesAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCostCategoriesResult> getCostCategoriesAsync(GetCostCategoriesRequest request)
AWSCostExplorerAsyncRetrieves an array of Cost Category names and values incurred cost.
If some Cost Category names and values are not associated with any cost, they will not be returned by this API.
getCostCategoriesAsync in interface AWSCostExplorerAsyncpublic Future<GetCostCategoriesResult> getCostCategoriesAsync(GetCostCategoriesRequest request, AsyncHandler<GetCostCategoriesRequest,GetCostCategoriesResult> asyncHandler)
AWSCostExplorerAsyncRetrieves an array of Cost Category names and values incurred cost.
If some Cost Category names and values are not associated with any cost, they will not be returned by this API.
getCostCategoriesAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCostForecastResult> getCostForecastAsync(GetCostForecastRequest request)
AWSCostExplorerAsyncRetrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.
getCostForecastAsync in interface AWSCostExplorerAsyncpublic Future<GetCostForecastResult> getCostForecastAsync(GetCostForecastRequest request, AsyncHandler<GetCostForecastRequest,GetCostForecastResult> asyncHandler)
AWSCostExplorerAsyncRetrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.
getCostForecastAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDimensionValuesResult> getDimensionValuesAsync(GetDimensionValuesRequest request)
AWSCostExplorerAsyncRetrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.
getDimensionValuesAsync in interface AWSCostExplorerAsyncpublic Future<GetDimensionValuesResult> getDimensionValuesAsync(GetDimensionValuesRequest request, AsyncHandler<GetDimensionValuesRequest,GetDimensionValuesResult> asyncHandler)
AWSCostExplorerAsyncRetrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.
getDimensionValuesAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReservationCoverageResult> getReservationCoverageAsync(GetReservationCoverageRequest request)
AWSCostExplorerAsyncRetrieves the reservation coverage for your account. This enables you 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. An organization's management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data about reservation usage by the following dimensions:
AZ
CACHE_ENGINE
DATABASE_ENGINE
DEPLOYMENT_OPTION
INSTANCE_TYPE
LINKED_ACCOUNT
OPERATING_SYSTEM
PLATFORM
REGION
SERVICE
TAG
TENANCY
To determine valid values for a dimension, use the GetDimensionValues operation.
getReservationCoverageAsync in interface AWSCostExplorerAsyncrequest - You can use the following request parameters to query for how much of your instance usage a reservation
covered.public Future<GetReservationCoverageResult> getReservationCoverageAsync(GetReservationCoverageRequest request, AsyncHandler<GetReservationCoverageRequest,GetReservationCoverageResult> asyncHandler)
AWSCostExplorerAsyncRetrieves the reservation coverage for your account. This enables you 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. An organization's management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data about reservation usage by the following dimensions:
AZ
CACHE_ENGINE
DATABASE_ENGINE
DEPLOYMENT_OPTION
INSTANCE_TYPE
LINKED_ACCOUNT
OPERATING_SYSTEM
PLATFORM
REGION
SERVICE
TAG
TENANCY
To determine valid values for a dimension, use the GetDimensionValues operation.
getReservationCoverageAsync in interface AWSCostExplorerAsyncrequest - You can use the following request parameters to query for how much of your instance usage a reservation
covered.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReservationPurchaseRecommendationResult> getReservationPurchaseRecommendationAsync(GetReservationPurchaseRecommendationRequest request)
AWSCostExplorerAsyncGets recommendations for which reservations to purchase. These recommendations could help you reduce your costs. Reservations provide a discounted hourly rate (up to 75%) compared to On-Demand pricing.
AWS generates your recommendations by identifying your On-Demand usage during a specific time period and collecting your usage into categories that are eligible for a reservation. After AWS has these categories, it simulates every combination of reservations in each category of usage to identify the best number of each type of RI to purchase to maximize your estimated savings.
For example, AWS automatically aggregates your Amazon EC2 Linux, shared tenancy, and c4 family usage in the US
West (Oregon) Region and recommends that you buy size-flexible regional reservations to apply to the c4 family
usage. AWS recommends the smallest size instance in an instance family. This makes it easier to purchase a
size-flexible RI. AWS also shows the equal number of normalized units so that you can purchase any instance size
that you want. For this example, your RI recommendation would be for c4.large because that is the
smallest size instance in the c4 instance family.
getReservationPurchaseRecommendationAsync in interface AWSCostExplorerAsyncpublic Future<GetReservationPurchaseRecommendationResult> getReservationPurchaseRecommendationAsync(GetReservationPurchaseRecommendationRequest request, AsyncHandler<GetReservationPurchaseRecommendationRequest,GetReservationPurchaseRecommendationResult> asyncHandler)
AWSCostExplorerAsyncGets recommendations for which reservations to purchase. These recommendations could help you reduce your costs. Reservations provide a discounted hourly rate (up to 75%) compared to On-Demand pricing.
AWS generates your recommendations by identifying your On-Demand usage during a specific time period and collecting your usage into categories that are eligible for a reservation. After AWS has these categories, it simulates every combination of reservations in each category of usage to identify the best number of each type of RI to purchase to maximize your estimated savings.
For example, AWS automatically aggregates your Amazon EC2 Linux, shared tenancy, and c4 family usage in the US
West (Oregon) Region and recommends that you buy size-flexible regional reservations to apply to the c4 family
usage. AWS recommends the smallest size instance in an instance family. This makes it easier to purchase a
size-flexible RI. AWS also shows the equal number of normalized units so that you can purchase any instance size
that you want. For this example, your RI recommendation would be for c4.large because that is the
smallest size instance in the c4 instance family.
getReservationPurchaseRecommendationAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetReservationUtilizationResult> getReservationUtilizationAsync(GetReservationUtilizationRequest request)
AWSCostExplorerAsync
Retrieves the reservation utilization for your account. Management account in an organization have access to
member accounts. You can filter data by dimensions in a time period. You can use GetDimensionValues
to determine the possible dimension values. Currently, you can group only by SUBSCRIPTION_ID.
getReservationUtilizationAsync in interface AWSCostExplorerAsyncpublic Future<GetReservationUtilizationResult> getReservationUtilizationAsync(GetReservationUtilizationRequest request, AsyncHandler<GetReservationUtilizationRequest,GetReservationUtilizationResult> asyncHandler)
AWSCostExplorerAsync
Retrieves the reservation utilization for your account. Management account in an organization have access to
member accounts. You can filter data by dimensions in a time period. You can use GetDimensionValues
to determine the possible dimension values. Currently, you can group only by SUBSCRIPTION_ID.
getReservationUtilizationAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRightsizingRecommendationResult> getRightsizingRecommendationAsync(GetRightsizingRecommendationRequest request)
AWSCostExplorerAsyncCreates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.
Recommendations are generated to either downsize or terminate instances, along with providing savings detail and metrics. For details on calculation and function, see Optimizing Your Cost with Rightsizing Recommendations in the AWS Billing and Cost Management User Guide.
getRightsizingRecommendationAsync in interface AWSCostExplorerAsyncpublic Future<GetRightsizingRecommendationResult> getRightsizingRecommendationAsync(GetRightsizingRecommendationRequest request, AsyncHandler<GetRightsizingRecommendationRequest,GetRightsizingRecommendationResult> asyncHandler)
AWSCostExplorerAsyncCreates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.
Recommendations are generated to either downsize or terminate instances, along with providing savings detail and metrics. For details on calculation and function, see Optimizing Your Cost with Rightsizing Recommendations in the AWS Billing and Cost Management User Guide.
getRightsizingRecommendationAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSavingsPlansCoverageResult> getSavingsPlansCoverageAsync(GetSavingsPlansCoverageRequest request)
AWSCostExplorerAsyncRetrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions:
LINKED_ACCOUNT
REGION
SERVICE
INSTANCE_FAMILY
To determine valid values for a dimension, use the GetDimensionValues operation.
getSavingsPlansCoverageAsync in interface AWSCostExplorerAsyncpublic Future<GetSavingsPlansCoverageResult> getSavingsPlansCoverageAsync(GetSavingsPlansCoverageRequest request, AsyncHandler<GetSavingsPlansCoverageRequest,GetSavingsPlansCoverageResult> asyncHandler)
AWSCostExplorerAsyncRetrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions:
LINKED_ACCOUNT
REGION
SERVICE
INSTANCE_FAMILY
To determine valid values for a dimension, use the GetDimensionValues operation.
getSavingsPlansCoverageAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSavingsPlansPurchaseRecommendationResult> getSavingsPlansPurchaseRecommendationAsync(GetSavingsPlansPurchaseRecommendationRequest request)
AWSCostExplorerAsyncRetrieves your request parameters, Savings Plan Recommendations Summary and Details.
getSavingsPlansPurchaseRecommendationAsync in interface AWSCostExplorerAsyncpublic Future<GetSavingsPlansPurchaseRecommendationResult> getSavingsPlansPurchaseRecommendationAsync(GetSavingsPlansPurchaseRecommendationRequest request, AsyncHandler<GetSavingsPlansPurchaseRecommendationRequest,GetSavingsPlansPurchaseRecommendationResult> asyncHandler)
AWSCostExplorerAsyncRetrieves your request parameters, Savings Plan Recommendations Summary and Details.
getSavingsPlansPurchaseRecommendationAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSavingsPlansUtilizationResult> getSavingsPlansUtilizationAsync(GetSavingsPlansUtilizationRequest request)
AWSCostExplorerAsync
Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.
Management account in an organization have access to member accounts. You can use GetDimensionValues
in SAVINGS_PLANS to determine the possible dimension values.
You cannot group by any dimension values for GetSavingsPlansUtilization.
getSavingsPlansUtilizationAsync in interface AWSCostExplorerAsyncpublic Future<GetSavingsPlansUtilizationResult> getSavingsPlansUtilizationAsync(GetSavingsPlansUtilizationRequest request, AsyncHandler<GetSavingsPlansUtilizationRequest,GetSavingsPlansUtilizationResult> asyncHandler)
AWSCostExplorerAsync
Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.
Management account in an organization have access to member accounts. You can use GetDimensionValues
in SAVINGS_PLANS to determine the possible dimension values.
You cannot group by any dimension values for GetSavingsPlansUtilization.
getSavingsPlansUtilizationAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSavingsPlansUtilizationDetailsResult> getSavingsPlansUtilizationDetailsAsync(GetSavingsPlansUtilizationDetailsRequest request)
AWSCostExplorerAsync
Retrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't
support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single
response similar to GetSavingsPlanUtilization, but you have the option to make multiple calls to
GetSavingsPlanUtilizationDetails by providing individual dates. You can use
GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values.
GetSavingsPlanUtilizationDetails internally groups data by SavingsPlansArn.
getSavingsPlansUtilizationDetailsAsync in interface AWSCostExplorerAsyncpublic Future<GetSavingsPlansUtilizationDetailsResult> getSavingsPlansUtilizationDetailsAsync(GetSavingsPlansUtilizationDetailsRequest request, AsyncHandler<GetSavingsPlansUtilizationDetailsRequest,GetSavingsPlansUtilizationDetailsResult> asyncHandler)
AWSCostExplorerAsync
Retrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't
support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single
response similar to GetSavingsPlanUtilization, but you have the option to make multiple calls to
GetSavingsPlanUtilizationDetails by providing individual dates. You can use
GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values.
GetSavingsPlanUtilizationDetails internally groups data by SavingsPlansArn.
getSavingsPlansUtilizationDetailsAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTagsResult> getTagsAsync(GetTagsRequest request)
AWSCostExplorerAsyncQueries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.
getTagsAsync in interface AWSCostExplorerAsyncpublic Future<GetTagsResult> getTagsAsync(GetTagsRequest request, AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
AWSCostExplorerAsyncQueries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.
getTagsAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetUsageForecastResult> getUsageForecastAsync(GetUsageForecastRequest request)
AWSCostExplorerAsyncRetrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.
getUsageForecastAsync in interface AWSCostExplorerAsyncpublic Future<GetUsageForecastResult> getUsageForecastAsync(GetUsageForecastRequest request, AsyncHandler<GetUsageForecastRequest,GetUsageForecastResult> asyncHandler)
AWSCostExplorerAsyncRetrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.
getUsageForecastAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCostCategoryDefinitionsResult> listCostCategoryDefinitionsAsync(ListCostCategoryDefinitionsRequest request)
AWSCostExplorerAsync
Returns the name, ARN, NumberOfRules and effective dates of all Cost Categories defined in the
account. You have the option to use EffectiveOn to return a list of Cost Categories that were active
on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are
effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the
response. ListCostCategoryDefinitions supports pagination. The request can have a
MaxResults range up to 100.
listCostCategoryDefinitionsAsync in interface AWSCostExplorerAsyncpublic Future<ListCostCategoryDefinitionsResult> listCostCategoryDefinitionsAsync(ListCostCategoryDefinitionsRequest request, AsyncHandler<ListCostCategoryDefinitionsRequest,ListCostCategoryDefinitionsResult> asyncHandler)
AWSCostExplorerAsync
Returns the name, ARN, NumberOfRules and effective dates of all Cost Categories defined in the
account. You have the option to use EffectiveOn to return a list of Cost Categories that were active
on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are
effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the
response. ListCostCategoryDefinitions supports pagination. The request can have a
MaxResults range up to 100.
listCostCategoryDefinitionsAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ProvideAnomalyFeedbackResult> provideAnomalyFeedbackAsync(ProvideAnomalyFeedbackRequest request)
AWSCostExplorerAsyncModifies the feedback property of a given cost anomaly.
provideAnomalyFeedbackAsync in interface AWSCostExplorerAsyncpublic Future<ProvideAnomalyFeedbackResult> provideAnomalyFeedbackAsync(ProvideAnomalyFeedbackRequest request, AsyncHandler<ProvideAnomalyFeedbackRequest,ProvideAnomalyFeedbackResult> asyncHandler)
AWSCostExplorerAsyncModifies the feedback property of a given cost anomaly.
provideAnomalyFeedbackAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateAnomalyMonitorResult> updateAnomalyMonitorAsync(UpdateAnomalyMonitorRequest request)
AWSCostExplorerAsyncUpdates an existing cost anomaly monitor. The changes made are applied going forward, and does not change anomalies detected in the past.
updateAnomalyMonitorAsync in interface AWSCostExplorerAsyncpublic Future<UpdateAnomalyMonitorResult> updateAnomalyMonitorAsync(UpdateAnomalyMonitorRequest request, AsyncHandler<UpdateAnomalyMonitorRequest,UpdateAnomalyMonitorResult> asyncHandler)
AWSCostExplorerAsyncUpdates an existing cost anomaly monitor. The changes made are applied going forward, and does not change anomalies detected in the past.
updateAnomalyMonitorAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateAnomalySubscriptionResult> updateAnomalySubscriptionAsync(UpdateAnomalySubscriptionRequest request)
AWSCostExplorerAsyncUpdates an existing cost anomaly monitor subscription.
updateAnomalySubscriptionAsync in interface AWSCostExplorerAsyncpublic Future<UpdateAnomalySubscriptionResult> updateAnomalySubscriptionAsync(UpdateAnomalySubscriptionRequest request, AsyncHandler<UpdateAnomalySubscriptionRequest,UpdateAnomalySubscriptionResult> asyncHandler)
AWSCostExplorerAsyncUpdates an existing cost anomaly monitor subscription.
updateAnomalySubscriptionAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCostCategoryDefinitionResult> updateCostCategoryDefinitionAsync(UpdateCostCategoryDefinitionRequest request)
AWSCostExplorerAsyncUpdates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.
updateCostCategoryDefinitionAsync in interface AWSCostExplorerAsyncpublic Future<UpdateCostCategoryDefinitionResult> updateCostCategoryDefinitionAsync(UpdateCostCategoryDefinitionRequest request, AsyncHandler<UpdateCostCategoryDefinitionRequest,UpdateCostCategoryDefinitionResult> asyncHandler)
AWSCostExplorerAsyncUpdates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.
updateCostCategoryDefinitionAsync in interface AWSCostExplorerAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2021. All rights reserved.