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 StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptionstatic FreeTierClientBuilderbuilder()Create a builder that can be used to configure and create aFreeTierClient.static FreeTierClientcreate()Create aFreeTierClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default GetAccountActivityResponsegetAccountActivity(Consumer<GetAccountActivityRequest.Builder> getAccountActivityRequest) Returns a specific activity record that is available to the customer.default GetAccountActivityResponsegetAccountActivity(GetAccountActivityRequest getAccountActivityRequest) Returns a specific activity record that is available to the customer.default GetAccountPlanStateResponsegetAccountPlanState(Consumer<GetAccountPlanStateRequest.Builder> getAccountPlanStateRequest) This returns all of the information related to the state of the account plan related to Free Tier.default GetAccountPlanStateResponsegetAccountPlanState(GetAccountPlanStateRequest getAccountPlanStateRequest) This returns all of the information related to the state of the account plan related to Free Tier.default GetFreeTierUsageResponsegetFreeTierUsage(Consumer<GetFreeTierUsageRequest.Builder> getFreeTierUsageRequest) Returns a list of all Free Tier usage objects that match your filters.default GetFreeTierUsageResponsegetFreeTierUsage(GetFreeTierUsageRequest getFreeTierUsageRequest) Returns a list of all Free Tier usage objects that match your filters.default GetFreeTierUsageIterablegetFreeTierUsagePaginator(Consumer<GetFreeTierUsageRequest.Builder> getFreeTierUsageRequest) This is a variant ofgetFreeTierUsage(software.amazon.awssdk.services.freetier.model.GetFreeTierUsageRequest)operation.default GetFreeTierUsageIterablegetFreeTierUsagePaginator(GetFreeTierUsageRequest getFreeTierUsageRequest) This is a variant ofgetFreeTierUsage(software.amazon.awssdk.services.freetier.model.GetFreeTierUsageRequest)operation.default ListAccountActivitiesResponselistAccountActivities(Consumer<ListAccountActivitiesRequest.Builder> listAccountActivitiesRequest) Returns a list of activities that are available.default ListAccountActivitiesResponselistAccountActivities(ListAccountActivitiesRequest listAccountActivitiesRequest) Returns a list of activities that are available.default ListAccountActivitiesIterablelistAccountActivitiesPaginator(Consumer<ListAccountActivitiesRequest.Builder> listAccountActivitiesRequest) This is a variant oflistAccountActivities(software.amazon.awssdk.services.freetier.model.ListAccountActivitiesRequest)operation.default ListAccountActivitiesIterablelistAccountActivitiesPaginator(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 ServiceMetadatadefault UpgradeAccountPlanResponseupgradeAccountPlan(Consumer<UpgradeAccountPlanRequest.Builder> upgradeAccountPlanRequest) The account plan type for the Amazon Web Services account.default UpgradeAccountPlanResponseupgradeAccountPlan(UpgradeAccountPlanRequest upgradeAccountPlanRequest) The account plan type for the Amazon Web Services account.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods 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.Builderavoiding the need to create one manually viaGetAccountActivityRequest.builder()- Parameters:
getAccountActivityRequest- AConsumerthat will call methods onGetAccountActivityRequest.Builderto 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.Builderavoiding the need to create one manually viaGetAccountPlanStateRequest.builder()- Parameters:
getAccountPlanStateRequest- AConsumerthat will call methods onGetAccountPlanStateRequest.Builderto 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.Builderavoiding the need to create one manually viaGetFreeTierUsageRequest.builder()- Parameters:
getFreeTierUsageRequest- AConsumerthat will call methods onGetFreeTierUsageRequest.Builderto 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 Stream
2) Using For loopsoftware.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 Stream
2) Using For loopsoftware.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.Builderavoiding the need to create one manually viaGetFreeTierUsageRequest.builder()- Parameters:
getFreeTierUsageRequest- AConsumerthat will call methods onGetFreeTierUsageRequest.Builderto 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.Builderavoiding the need to create one manually viaListAccountActivitiesRequest.builder()- Parameters:
listAccountActivitiesRequest- AConsumerthat will call methods onListAccountActivitiesRequest.Builderto 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 Stream
2) Using For loopsoftware.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 Stream
2) Using For loopsoftware.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.Builderavoiding the need to create one manually viaListAccountActivitiesRequest.builder()- Parameters:
listAccountActivitiesRequest- AConsumerthat will call methods onListAccountActivitiesRequest.Builderto 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.Builderavoiding the need to create one manually viaUpgradeAccountPlanRequest.builder()- Parameters:
upgradeAccountPlanRequest- AConsumerthat will call methods onUpgradeAccountPlanRequest.Builderto create a request.- Returns:
- Result of the UpgradeAccountPlan operation returned by the service.
- See Also:
-
create
Create aFreeTierClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aFreeTierClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-