Interface FreeTierClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,SdkAutoCloseable
,SdkClient
builder()
method.
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:
For more information, see Using the Amazon Web Services Free Tier in the Billing User Guide.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for looking up the service's metadata from theServiceMetadataProvider
.static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic FreeTierClientBuilder
builder()
Create a builder that can be used to configure and create aFreeTierClient
.static FreeTierClient
create()
Create aFreeTierClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.default GetAccountActivityResponse
getAccountActivity
(Consumer<GetAccountActivityRequest.Builder> getAccountActivityRequest) Returns a specific activity record that is available to the customer.default GetAccountActivityResponse
getAccountActivity
(GetAccountActivityRequest getAccountActivityRequest) Returns a specific activity record that is available to the customer.default GetAccountPlanStateResponse
getAccountPlanState
(Consumer<GetAccountPlanStateRequest.Builder> getAccountPlanStateRequest) This returns all of the information related to the state of the account plan related to Free Tier.default GetAccountPlanStateResponse
getAccountPlanState
(GetAccountPlanStateRequest getAccountPlanStateRequest) This returns all of the information related to the state of the account plan related to Free Tier.default GetFreeTierUsageResponse
getFreeTierUsage
(Consumer<GetFreeTierUsageRequest.Builder> getFreeTierUsageRequest) Returns a list of all Free Tier usage objects that match your filters.default GetFreeTierUsageResponse
getFreeTierUsage
(GetFreeTierUsageRequest getFreeTierUsageRequest) Returns a list of all Free Tier usage objects that match your filters.default GetFreeTierUsageIterable
getFreeTierUsagePaginator
(Consumer<GetFreeTierUsageRequest.Builder> getFreeTierUsageRequest) This is a variant ofgetFreeTierUsage(software.amazon.awssdk.services.freetier.model.GetFreeTierUsageRequest)
operation.default GetFreeTierUsageIterable
getFreeTierUsagePaginator
(GetFreeTierUsageRequest getFreeTierUsageRequest) This is a variant ofgetFreeTierUsage(software.amazon.awssdk.services.freetier.model.GetFreeTierUsageRequest)
operation.default ListAccountActivitiesResponse
listAccountActivities
(Consumer<ListAccountActivitiesRequest.Builder> listAccountActivitiesRequest) Returns a list of activities that are available.default ListAccountActivitiesResponse
listAccountActivities
(ListAccountActivitiesRequest listAccountActivitiesRequest) Returns a list of activities that are available.default ListAccountActivitiesIterable
listAccountActivitiesPaginator
(Consumer<ListAccountActivitiesRequest.Builder> listAccountActivitiesRequest) This is a variant oflistAccountActivities(software.amazon.awssdk.services.freetier.model.ListAccountActivitiesRequest)
operation.default ListAccountActivitiesIterable
listAccountActivitiesPaginator
(ListAccountActivitiesRequest listAccountActivitiesRequest) This is a variant oflistAccountActivities(software.amazon.awssdk.services.freetier.model.ListAccountActivitiesRequest)
operation.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadata
default UpgradeAccountPlanResponse
upgradeAccountPlan
(Consumer<UpgradeAccountPlanRequest.Builder> upgradeAccountPlanRequest) The account plan type for the Amazon Web Services account.default UpgradeAccountPlanResponse
upgradeAccountPlan
(UpgradeAccountPlanRequest upgradeAccountPlanRequest) The account plan type for the Amazon Web Services account.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider
.- See Also:
-
-
Method Details
-
getAccountActivity
default GetAccountActivityResponse getAccountActivity(GetAccountActivityRequest getAccountActivityRequest) throws InternalServerException, ValidationException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException Returns a specific activity record that is available to the customer.
- Parameters:
getAccountActivityRequest
-- Returns:
- Result of the GetAccountActivity operation returned by the service.
- See Also:
-
getAccountActivity
default GetAccountActivityResponse getAccountActivity(Consumer<GetAccountActivityRequest.Builder> getAccountActivityRequest) throws InternalServerException, ValidationException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException Returns a specific activity record that is available to the customer.
This is a convenience which creates an instance of the
GetAccountActivityRequest.Builder
avoiding the need to create one manually viaGetAccountActivityRequest.builder()
- Parameters:
getAccountActivityRequest
- AConsumer
that will call methods onGetAccountActivityRequest.Builder
to create a request.- Returns:
- Result of the GetAccountActivity operation returned by the service.
- See Also:
-
getAccountPlanState
default GetAccountPlanStateResponse getAccountPlanState(GetAccountPlanStateRequest getAccountPlanStateRequest) throws InternalServerException, ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException This returns all of the information related to the state of the account plan related to Free Tier.
- Parameters:
getAccountPlanStateRequest
-- Returns:
- Result of the GetAccountPlanState operation returned by the service.
- See Also:
-
getAccountPlanState
default GetAccountPlanStateResponse getAccountPlanState(Consumer<GetAccountPlanStateRequest.Builder> getAccountPlanStateRequest) throws InternalServerException, ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException This returns all of the information related to the state of the account plan related to Free Tier.
This is a convenience which creates an instance of the
GetAccountPlanStateRequest.Builder
avoiding the need to create one manually viaGetAccountPlanStateRequest.builder()
- Parameters:
getAccountPlanStateRequest
- AConsumer
that will call methods onGetAccountPlanStateRequest.Builder
to create a request.- Returns:
- Result of the GetAccountPlanState operation returned by the service.
- See Also:
-
getFreeTierUsage
default GetFreeTierUsageResponse getFreeTierUsage(GetFreeTierUsageRequest getFreeTierUsageRequest) throws InternalServerException, ValidationException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException Returns a list of all Free Tier usage objects that match your filters.
- Parameters:
getFreeTierUsageRequest
-- Returns:
- Result of the GetFreeTierUsage operation returned by the service.
- See Also:
-
getFreeTierUsage
default GetFreeTierUsageResponse getFreeTierUsage(Consumer<GetFreeTierUsageRequest.Builder> getFreeTierUsageRequest) throws InternalServerException, ValidationException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException Returns a list of all Free Tier usage objects that match your filters.
This is a convenience which creates an instance of the
GetFreeTierUsageRequest.Builder
avoiding the need to create one manually viaGetFreeTierUsageRequest.builder()
- Parameters:
getFreeTierUsageRequest
- AConsumer
that will call methods onGetFreeTierUsageRequest.Builder
to create a request.- Returns:
- Result of the GetFreeTierUsage operation returned by the service.
- See Also:
-
getFreeTierUsagePaginator
default GetFreeTierUsageIterable getFreeTierUsagePaginator(GetFreeTierUsageRequest getFreeTierUsageRequest) throws InternalServerException, ValidationException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException This is a variant of
getFreeTierUsage(software.amazon.awssdk.services.freetier.model.GetFreeTierUsageRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.freetier.paginators.GetFreeTierUsageIterable responses = client.getFreeTierUsagePaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.freetier.paginators.GetFreeTierUsageIterable responses = client .getFreeTierUsagePaginator(request); for (software.amazon.awssdk.services.freetier.model.GetFreeTierUsageResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.freetier.paginators.GetFreeTierUsageIterable responses = client.getFreeTierUsagePaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getFreeTierUsage(software.amazon.awssdk.services.freetier.model.GetFreeTierUsageRequest)
operation.- Parameters:
getFreeTierUsageRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getFreeTierUsagePaginator
default GetFreeTierUsageIterable getFreeTierUsagePaginator(Consumer<GetFreeTierUsageRequest.Builder> getFreeTierUsageRequest) throws InternalServerException, ValidationException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException This is a variant of
getFreeTierUsage(software.amazon.awssdk.services.freetier.model.GetFreeTierUsageRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.freetier.paginators.GetFreeTierUsageIterable responses = client.getFreeTierUsagePaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.freetier.paginators.GetFreeTierUsageIterable responses = client .getFreeTierUsagePaginator(request); for (software.amazon.awssdk.services.freetier.model.GetFreeTierUsageResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.freetier.paginators.GetFreeTierUsageIterable responses = client.getFreeTierUsagePaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getFreeTierUsage(software.amazon.awssdk.services.freetier.model.GetFreeTierUsageRequest)
operation.
This is a convenience which creates an instance of the
GetFreeTierUsageRequest.Builder
avoiding the need to create one manually viaGetFreeTierUsageRequest.builder()
- Parameters:
getFreeTierUsageRequest
- AConsumer
that will call methods onGetFreeTierUsageRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAccountActivities
default ListAccountActivitiesResponse listAccountActivities(ListAccountActivitiesRequest listAccountActivitiesRequest) throws InternalServerException, ValidationException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException Returns a list of activities that are available. This operation supports pagination and filtering by status.
- Parameters:
listAccountActivitiesRequest
-- Returns:
- Result of the ListAccountActivities operation returned by the service.
- See Also:
-
listAccountActivities
default ListAccountActivitiesResponse listAccountActivities(Consumer<ListAccountActivitiesRequest.Builder> listAccountActivitiesRequest) throws InternalServerException, ValidationException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException Returns a list of activities that are available. This operation supports pagination and filtering by status.
This is a convenience which creates an instance of the
ListAccountActivitiesRequest.Builder
avoiding the need to create one manually viaListAccountActivitiesRequest.builder()
- Parameters:
listAccountActivitiesRequest
- AConsumer
that will call methods onListAccountActivitiesRequest.Builder
to create a request.- Returns:
- Result of the ListAccountActivities operation returned by the service.
- See Also:
-
listAccountActivitiesPaginator
default ListAccountActivitiesIterable listAccountActivitiesPaginator(ListAccountActivitiesRequest listAccountActivitiesRequest) throws InternalServerException, ValidationException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException This is a variant of
listAccountActivities(software.amazon.awssdk.services.freetier.model.ListAccountActivitiesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.freetier.paginators.ListAccountActivitiesIterable responses = client.listAccountActivitiesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.freetier.paginators.ListAccountActivitiesIterable responses = client .listAccountActivitiesPaginator(request); for (software.amazon.awssdk.services.freetier.model.ListAccountActivitiesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.freetier.paginators.ListAccountActivitiesIterable responses = client.listAccountActivitiesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAccountActivities(software.amazon.awssdk.services.freetier.model.ListAccountActivitiesRequest)
operation.- Parameters:
listAccountActivitiesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAccountActivitiesPaginator
default ListAccountActivitiesIterable listAccountActivitiesPaginator(Consumer<ListAccountActivitiesRequest.Builder> listAccountActivitiesRequest) throws InternalServerException, ValidationException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException This is a variant of
listAccountActivities(software.amazon.awssdk.services.freetier.model.ListAccountActivitiesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.freetier.paginators.ListAccountActivitiesIterable responses = client.listAccountActivitiesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.freetier.paginators.ListAccountActivitiesIterable responses = client .listAccountActivitiesPaginator(request); for (software.amazon.awssdk.services.freetier.model.ListAccountActivitiesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.freetier.paginators.ListAccountActivitiesIterable responses = client.listAccountActivitiesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAccountActivities(software.amazon.awssdk.services.freetier.model.ListAccountActivitiesRequest)
operation.
This is a convenience which creates an instance of the
ListAccountActivitiesRequest.Builder
avoiding the need to create one manually viaListAccountActivitiesRequest.builder()
- Parameters:
listAccountActivitiesRequest
- AConsumer
that will call methods onListAccountActivitiesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
upgradeAccountPlan
default UpgradeAccountPlanResponse upgradeAccountPlan(UpgradeAccountPlanRequest upgradeAccountPlanRequest) throws InternalServerException, ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException The account plan type for the Amazon Web Services account.
- Parameters:
upgradeAccountPlanRequest
-- Returns:
- Result of the UpgradeAccountPlan operation returned by the service.
- See Also:
-
upgradeAccountPlan
default UpgradeAccountPlanResponse upgradeAccountPlan(Consumer<UpgradeAccountPlanRequest.Builder> upgradeAccountPlanRequest) throws InternalServerException, ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, FreeTierException The account plan type for the Amazon Web Services account.
This is a convenience which creates an instance of the
UpgradeAccountPlanRequest.Builder
avoiding the need to create one manually viaUpgradeAccountPlanRequest.builder()
- Parameters:
upgradeAccountPlanRequest
- AConsumer
that will call methods onUpgradeAccountPlanRequest.Builder
to create a request.- Returns:
- Result of the UpgradeAccountPlan operation returned by the service.
- See Also:
-
create
Create aFreeTierClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
builder
Create a builder that can be used to configure and create aFreeTierClient
. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfiguration
in interfaceAwsClient
- Specified by:
serviceClientConfiguration
in interfaceSdkClient
- Returns:
- SdkServiceClientConfiguration
-