@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCostExplorer extends Object implements AWSCostExplorer
AWSCostExplorer. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSCostExplorer() |
| Modifier and Type | Method and Description |
|---|---|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCostAndUsageResult |
getCostAndUsage(GetCostAndUsageRequest request)
Retrieve cost and usage metrics for your account.
|
GetDimensionValuesResult |
getDimensionValues(GetDimensionValuesRequest request)
You can use
GetDimensionValues to retrieve all available filter values for a specific filter over a
period of time. |
GetReservationCoverageResult |
getReservationCoverage(GetReservationCoverageRequest request)
Retrieve the reservation coverage for your account.
|
GetReservationUtilizationResult |
getReservationUtilization(GetReservationUtilizationRequest request)
You can retrieve the Reservation utilization for your account.
|
GetTagsResult |
getTags(GetTagsRequest request)
You can query for available tag keys and tag values for a specified period.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public GetCostAndUsageResult getCostAndUsage(GetCostAndUsageRequest request)
AWSCostExplorer
Retrieve 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. See the GetDimensionValues action for a complete list of the valid dimensions. Master
accounts in an organization have access to all member accounts.
getCostAndUsage in interface AWSCostExplorerpublic GetDimensionValuesResult getDimensionValues(GetDimensionValuesRequest request)
AWSCostExplorer
You can use GetDimensionValues to retrieve all available filter values for a specific filter over a
period of time. You can search the dimension values for an arbitrary string.
getDimensionValues in interface AWSCostExplorerpublic GetReservationCoverageResult getReservationCoverage(GetReservationCoverageRequest request)
AWSCostExplorerRetrieve the reservation coverage for your account. An organization's master account has access to the associated member accounts. For any time period, you can filter data about reservation usage by the following dimensions.
AZ
INSTANCE_TYPE
LINKED_ACCOUNT
PLATFORM
REGION
TENANCY
To determine valid values for a dimension, use the GetDimensionValues operation.
getReservationCoverage in interface AWSCostExplorerrequest - You can query for how much of your instance usage was covered by a reservation.public GetReservationUtilizationResult getReservationUtilization(GetReservationUtilizationRequest request)
AWSCostExplorer
You can retrieve the Reservation utilization for your account. Master accounts in an organization have access to
their associated 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.
getReservationUtilization in interface AWSCostExplorerpublic GetTagsResult getTags(GetTagsRequest request)
AWSCostExplorerYou can query for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.
getTags in interface AWSCostExplorerpublic void shutdown()
AWSCostExplorershutdown in interface AWSCostExplorerpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSCostExplorerResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSCostExplorerrequest - The originally executed request.Copyright © 2018. All rights reserved.