@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSFreeTierAsync extends AWSFreeTier
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSFreeTierAsync
instead.
You can use the Amazon Web Services Free Tier API to query programmatically your Free Tier usage data.
Free Tier tracks your monthly usage data for all free tier offers that are associated with your Amazon Web Services account. You can use the Free Tier API to filter and show only the data that you want.
Service endpoint
The Free Tier API provides the following endpoint:
https://freetier.us-east-1.api.aws
For more information, see Using the Amazon Web Services Free Tier in the Billing User Guide.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetFreeTierUsageResult> |
getFreeTierUsageAsync(GetFreeTierUsageRequest getFreeTierUsageRequest)
Returns a list of all Free Tier usage objects that match your filters.
|
Future<GetFreeTierUsageResult> |
getFreeTierUsageAsync(GetFreeTierUsageRequest getFreeTierUsageRequest,
AsyncHandler<GetFreeTierUsageRequest,GetFreeTierUsageResult> asyncHandler)
Returns a list of all Free Tier usage objects that match your filters.
|
getCachedResponseMetadata, getFreeTierUsage, shutdown
Future<GetFreeTierUsageResult> getFreeTierUsageAsync(GetFreeTierUsageRequest getFreeTierUsageRequest)
Returns a list of all Free Tier usage objects that match your filters.
getFreeTierUsageRequest
- Future<GetFreeTierUsageResult> getFreeTierUsageAsync(GetFreeTierUsageRequest getFreeTierUsageRequest, AsyncHandler<GetFreeTierUsageRequest,GetFreeTierUsageResult> asyncHandler)
Returns a list of all Free Tier usage objects that match your filters.
getFreeTierUsageRequest
- 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.