@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSBudgets
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSBudgets
instead.
Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Amazon Web Services Budgets feature.
Budgets provide you with a way to see the following information:
How close your plan is to your budgeted amount or to the free tier limits
Your usage-to-date, including how much you've used of your Reserved Instances (RIs)
Your current estimated charges from Amazon Web Services, and how much your predicted usage will accrue in charges by the end of the month
How much of your budget has been used
Amazon Web Services updates your budget status several times a day. Budgets track your unblended costs, subscriptions, refunds, and RIs. You can create the following types of budgets:
Cost budgets - Plan how much you want to spend on a service.
Usage budgets - Plan how much you want to use one or more services.
RI utilization budgets - Define a utilization threshold, and receive alerts when your RI usage falls below that threshold. This lets you see if your RIs are unused or under-utilized.
RI coverage budgets - Define a coverage threshold, and receive alerts when the number of your instance hours that are covered by RIs fall below that threshold. This lets you see how much of your instance usage is covered by a reservation.
Service Endpoint
The Amazon Web Services Budgets API provides the following endpoint:
https://budgets.amazonaws.com
For information about costs that are associated with the Amazon Web Services Budgets API, see Amazon Web Services Cost Management Pricing.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateBudgetResult |
createBudget(CreateBudgetRequest createBudgetRequest)
Creates a budget and, if included, notifications and subscribers.
|
CreateBudgetActionResult |
createBudgetAction(CreateBudgetActionRequest createBudgetActionRequest)
Creates a budget action.
|
CreateNotificationResult |
createNotification(CreateNotificationRequest createNotificationRequest)
Creates a notification.
|
CreateSubscriberResult |
createSubscriber(CreateSubscriberRequest createSubscriberRequest)
Creates a subscriber.
|
DeleteBudgetResult |
deleteBudget(DeleteBudgetRequest deleteBudgetRequest)
Deletes a budget.
|
DeleteBudgetActionResult |
deleteBudgetAction(DeleteBudgetActionRequest deleteBudgetActionRequest)
Deletes a budget action.
|
DeleteNotificationResult |
deleteNotification(DeleteNotificationRequest deleteNotificationRequest)
Deletes a notification.
|
DeleteSubscriberResult |
deleteSubscriber(DeleteSubscriberRequest deleteSubscriberRequest)
Deletes a subscriber.
|
DescribeBudgetResult |
describeBudget(DescribeBudgetRequest describeBudgetRequest)
Describes a budget.
|
DescribeBudgetActionResult |
describeBudgetAction(DescribeBudgetActionRequest describeBudgetActionRequest)
Describes a budget action detail.
|
DescribeBudgetActionHistoriesResult |
describeBudgetActionHistories(DescribeBudgetActionHistoriesRequest describeBudgetActionHistoriesRequest)
Describes a budget action history detail.
|
DescribeBudgetActionsForAccountResult |
describeBudgetActionsForAccount(DescribeBudgetActionsForAccountRequest describeBudgetActionsForAccountRequest)
Describes all of the budget actions for an account.
|
DescribeBudgetActionsForBudgetResult |
describeBudgetActionsForBudget(DescribeBudgetActionsForBudgetRequest describeBudgetActionsForBudgetRequest)
Describes all of the budget actions for a budget.
|
DescribeBudgetNotificationsForAccountResult |
describeBudgetNotificationsForAccount(DescribeBudgetNotificationsForAccountRequest describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
|
DescribeBudgetPerformanceHistoryResult |
describeBudgetPerformanceHistory(DescribeBudgetPerformanceHistoryRequest describeBudgetPerformanceHistoryRequest)
Describes the history for
DAILY , MONTHLY , and QUARTERLY budgets. |
DescribeBudgetsResult |
describeBudgets(DescribeBudgetsRequest describeBudgetsRequest)
Lists the budgets that are associated with an account.
|
DescribeNotificationsForBudgetResult |
describeNotificationsForBudget(DescribeNotificationsForBudgetRequest describeNotificationsForBudgetRequest)
Lists the notifications that are associated with a budget.
|
DescribeSubscribersForNotificationResult |
describeSubscribersForNotification(DescribeSubscribersForNotificationRequest describeSubscribersForNotificationRequest)
Lists the subscribers that are associated with a notification.
|
ExecuteBudgetActionResult |
executeBudgetAction(ExecuteBudgetActionRequest executeBudgetActionRequest)
Executes a budget action.
|
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.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags associated with a budget or budget action resource.
|
void |
setEndpoint(String endpoint)
Deprecated.
use
AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for
example:
builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion)); |
void |
setRegion(Region region)
Deprecated.
use
AwsClientBuilder#setRegion(String) |
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Creates tags for a budget or budget action resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Deletes tags associated with a budget or budget action resource.
|
UpdateBudgetResult |
updateBudget(UpdateBudgetRequest updateBudgetRequest)
Updates a budget.
|
UpdateBudgetActionResult |
updateBudgetAction(UpdateBudgetActionRequest updateBudgetActionRequest)
Updates a budget action.
|
UpdateNotificationResult |
updateNotification(UpdateNotificationRequest updateNotificationRequest)
Updates a notification.
|
UpdateSubscriberResult |
updateSubscriber(UpdateSubscriberRequest updateSubscriberRequest)
Updates a subscriber.
|
static final String ENDPOINT_PREFIX
@Deprecated void setEndpoint(String endpoint)
AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration)
for
example:
builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
Callers can pass in just the endpoint (ex: "budgets.amazonaws.com") or a full URL, including the protocol (ex:
"budgets.amazonaws.com"). If the protocol is not specified here, the default protocol from this client's
ClientConfiguration
will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html#region-selection- choose-endpoint
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
endpoint
- The endpoint (ex: "budgets.amazonaws.com") or a full URL, including the protocol (ex:
"budgets.amazonaws.com") of the region specific AWS endpoint this client will communicate with.@Deprecated void setRegion(Region region)
AwsClientBuilder#setRegion(String)
setEndpoint(String)
, sets the regional endpoint for this client's service
calls. Callers can use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfiguration
supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
region
- The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions)
,
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration)
,
Region.isServiceSupported(String)
CreateBudgetResult createBudget(CreateBudgetRequest createBudgetRequest)
Creates a budget and, if included, notifications and subscribers.
Only one of BudgetLimit
or PlannedBudgetLimits
can be present in the syntax at one
time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see the Examples section.
createBudgetRequest
- Request of CreateBudgetInvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.CreationLimitExceededException
- You've exceeded the notification or subscriber limit.DuplicateRecordException
- The budget name already exists. Budget names must be unique within an account.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.ServiceQuotaExceededException
- You've reached the limit on the number of tags you can associate with a resource.CreateBudgetActionResult createBudgetAction(CreateBudgetActionRequest createBudgetActionRequest)
Creates a budget action.
createBudgetActionRequest
- InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.CreationLimitExceededException
- You've exceeded the notification or subscriber limit.DuplicateRecordException
- The budget name already exists. Budget names must be unique within an account.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.ServiceQuotaExceededException
- You've reached the limit on the number of tags you can associate with a resource.CreateNotificationResult createNotification(CreateNotificationRequest createNotificationRequest)
Creates a notification. You must create the budget before you create the associated notification.
createNotificationRequest
- Request of CreateNotificationInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.CreationLimitExceededException
- You've exceeded the notification or subscriber limit.DuplicateRecordException
- The budget name already exists. Budget names must be unique within an account.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.CreateSubscriberResult createSubscriber(CreateSubscriberRequest createSubscriberRequest)
Creates a subscriber. You must create the associated budget and notification before you create the subscriber.
createSubscriberRequest
- Request of CreateSubscriberInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.CreationLimitExceededException
- You've exceeded the notification or subscriber limit.DuplicateRecordException
- The budget name already exists. Budget names must be unique within an account.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DeleteBudgetResult deleteBudget(DeleteBudgetRequest deleteBudgetRequest)
Deletes a budget. You can delete your budget at any time.
Deleting a budget also deletes the notifications and subscribers that are associated with that budget.
deleteBudgetRequest
- Request of DeleteBudgetInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DeleteBudgetActionResult deleteBudgetAction(DeleteBudgetActionRequest deleteBudgetActionRequest)
Deletes a budget action.
deleteBudgetActionRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ResourceLockedException
- The request was received and recognized by the server, but the server rejected that particular method for
the requested resource.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DeleteNotificationResult deleteNotification(DeleteNotificationRequest deleteNotificationRequest)
Deletes a notification.
Deleting a notification also deletes the subscribers that are associated with the notification.
deleteNotificationRequest
- Request of DeleteNotificationInvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DeleteSubscriberResult deleteSubscriber(DeleteSubscriberRequest deleteSubscriberRequest)
Deletes a subscriber.
Deleting the last subscriber to a notification also deletes the notification.
deleteSubscriberRequest
- Request of DeleteSubscriberInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeBudgetResult describeBudget(DescribeBudgetRequest describeBudgetRequest)
Describes a budget.
The Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see
the Examples section.
describeBudgetRequest
- Request of DescribeBudgetInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeBudgetActionResult describeBudgetAction(DescribeBudgetActionRequest describeBudgetActionRequest)
Describes a budget action detail.
describeBudgetActionRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeBudgetActionHistoriesResult describeBudgetActionHistories(DescribeBudgetActionHistoriesRequest describeBudgetActionHistoriesRequest)
Describes a budget action history detail.
describeBudgetActionHistoriesRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.InvalidNextTokenException
- The pagination token is invalid.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeBudgetActionsForAccountResult describeBudgetActionsForAccount(DescribeBudgetActionsForAccountRequest describeBudgetActionsForAccountRequest)
Describes all of the budget actions for an account.
describeBudgetActionsForAccountRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.AccessDeniedException
- You are not authorized to use this operation with the given parameters.InvalidNextTokenException
- The pagination token is invalid.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeBudgetActionsForBudgetResult describeBudgetActionsForBudget(DescribeBudgetActionsForBudgetRequest describeBudgetActionsForBudgetRequest)
Describes all of the budget actions for a budget.
describeBudgetActionsForBudgetRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.InvalidNextTokenException
- The pagination token is invalid.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeBudgetNotificationsForAccountResult describeBudgetNotificationsForAccount(DescribeBudgetNotificationsForAccountRequest describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
describeBudgetNotificationsForAccountRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.InvalidNextTokenException
- The pagination token is invalid.ExpiredNextTokenException
- The pagination token expired.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeBudgetPerformanceHistoryResult describeBudgetPerformanceHistory(DescribeBudgetPerformanceHistoryRequest describeBudgetPerformanceHistoryRequest)
Describes the history for DAILY
, MONTHLY
, and QUARTERLY
budgets. Budget
history isn't available for ANNUAL
budgets.
describeBudgetPerformanceHistoryRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.InvalidNextTokenException
- The pagination token is invalid.ExpiredNextTokenException
- The pagination token expired.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeBudgetsResult describeBudgets(DescribeBudgetsRequest describeBudgetsRequest)
Lists the budgets that are associated with an account.
The Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see
the Examples section.
describeBudgetsRequest
- Request of DescribeBudgetsInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.InvalidNextTokenException
- The pagination token is invalid.ExpiredNextTokenException
- The pagination token expired.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeNotificationsForBudgetResult describeNotificationsForBudget(DescribeNotificationsForBudgetRequest describeNotificationsForBudgetRequest)
Lists the notifications that are associated with a budget.
describeNotificationsForBudgetRequest
- Request of DescribeNotificationsForBudgetInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.InvalidNextTokenException
- The pagination token is invalid.ExpiredNextTokenException
- The pagination token expired.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.DescribeSubscribersForNotificationResult describeSubscribersForNotification(DescribeSubscribersForNotificationRequest describeSubscribersForNotificationRequest)
Lists the subscribers that are associated with a notification.
describeSubscribersForNotificationRequest
- Request of DescribeSubscribersForNotificationInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.NotFoundException
- We can’t locate the resource that you specified.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.InvalidNextTokenException
- The pagination token is invalid.ExpiredNextTokenException
- The pagination token expired.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.ExecuteBudgetActionResult executeBudgetAction(ExecuteBudgetActionRequest executeBudgetActionRequest)
Executes a budget action.
executeBudgetActionRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ResourceLockedException
- The request was received and recognized by the server, but the server rejected that particular method for
the requested resource.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags associated with a budget or budget action resource.
listTagsForResourceRequest
- ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Creates tags for a budget or budget action resource.
tagResourceRequest
- ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.ServiceQuotaExceededException
- You've reached the limit on the number of tags you can associate with a resource.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Deletes tags associated with a budget or budget action resource.
untagResourceRequest
- ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.UpdateBudgetResult updateBudget(UpdateBudgetRequest updateBudgetRequest)
Updates a budget. You can change every part of a budget except for the budgetName
and the
calculatedSpend
. When you modify a budget, the calculatedSpend
drops to zero until
Amazon Web Services has new usage data to use for forecasting.
Only one of BudgetLimit
or PlannedBudgetLimits
can be present in the syntax at one
time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see the Examples section.
updateBudgetRequest
- Request of UpdateBudgetInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.UpdateBudgetActionResult updateBudgetAction(UpdateBudgetActionRequest updateBudgetActionRequest)
Updates a budget action.
updateBudgetActionRequest
- InternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ResourceLockedException
- The request was received and recognized by the server, but the server rejected that particular method for
the requested resource.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.UpdateNotificationResult updateNotification(UpdateNotificationRequest updateNotificationRequest)
Updates a notification.
updateNotificationRequest
- Request of UpdateNotificationInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.DuplicateRecordException
- The budget name already exists. Budget names must be unique within an account.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.UpdateSubscriberResult updateSubscriber(UpdateSubscriberRequest updateSubscriberRequest)
Updates a subscriber.
updateSubscriberRequest
- Request of UpdateSubscriberInternalErrorException
- An error on the server occurred during the processing of your request. Try again later.InvalidParameterException
- An error on the client occurred. Typically, the cause is an invalid input value.NotFoundException
- We can’t locate the resource that you specified.DuplicateRecordException
- The budget name already exists. Budget names must be unique within an account.AccessDeniedException
- You are not authorized to use this operation with the given parameters.ThrottlingException
- The number of API requests has exceeded the maximum allowed API request throttling limit for the account.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response 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.
request
- The originally executed request.