| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model | |
| software.amazon.awssdk.services.budgets.paginators |
| Modifier and Type | Method and Description |
|---|---|
Action |
DescribeBudgetActionResponse.action()
A budget action resource.
|
Action |
DeleteBudgetActionResponse.action()
Returns the value of the Action property for this object.
|
Action |
ActionHistoryDetails.action()
The budget action resource.
|
Action |
UpdateBudgetActionResponse.newAction()
The updated action resource information.
|
Action |
UpdateBudgetActionResponse.oldAction()
The previous action resource information.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
DescribeBudgetActionsForAccountResponse.actions()
A list of the budget action resources information.
|
List<Action> |
DescribeBudgetActionsForBudgetResponse.actions()
A list of the budget action resources information.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetActionResponse.Builder |
DescribeBudgetActionResponse.Builder.action(Action action)
A budget action resource.
|
DeleteBudgetActionResponse.Builder |
DeleteBudgetActionResponse.Builder.action(Action action)
Sets the value of the Action property for this object.
|
ActionHistoryDetails.Builder |
ActionHistoryDetails.Builder.action(Action action)
The budget action resource.
|
DescribeBudgetActionsForAccountResponse.Builder |
DescribeBudgetActionsForAccountResponse.Builder.actions(Action... actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForBudgetResponse.Builder |
DescribeBudgetActionsForBudgetResponse.Builder.actions(Action... actions)
A list of the budget action resources information.
|
UpdateBudgetActionResponse.Builder |
UpdateBudgetActionResponse.Builder.newAction(Action newAction)
The updated action resource information.
|
UpdateBudgetActionResponse.Builder |
UpdateBudgetActionResponse.Builder.oldAction(Action oldAction)
The previous action resource information.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetActionsForAccountResponse.Builder |
DescribeBudgetActionsForAccountResponse.Builder.actions(Collection<Action> actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForBudgetResponse.Builder |
DescribeBudgetActionsForBudgetResponse.Builder.actions(Collection<Action> actions)
A list of the budget action resources information.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Action> |
DescribeBudgetActionsForBudgetPublisher.actions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Action> |
DescribeBudgetActionsForBudgetIterable.actions()
Returns an iterable to iterate through the paginated
DescribeBudgetActionsForBudgetResponse.actions()
member. |
SdkPublisher<Action> |
DescribeBudgetActionsForAccountPublisher.actions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Action> |
DescribeBudgetActionsForAccountIterable.actions()
Returns an iterable to iterate through the paginated
DescribeBudgetActionsForAccountResponse.actions()
member. |
Copyright © 2023. All rights reserved.