Uses of Interface
software.amazon.awssdk.services.budgets.model.DescribeBudgetNotificationsForAccountRequest.Builder
-
Packages that use DescribeBudgetNotificationsForAccountRequest.Builder Package Description software.amazon.awssdk.services.budgets Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations.software.amazon.awssdk.services.budgets.model -
-
Uses of DescribeBudgetNotificationsForAccountRequest.Builder in software.amazon.awssdk.services.budgets
-
Uses of DescribeBudgetNotificationsForAccountRequest.Builder in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return DescribeBudgetNotificationsForAccountRequest.Builder Modifier and Type Method Description DescribeBudgetNotificationsForAccountRequest.BuilderDescribeBudgetNotificationsForAccountRequest.Builder. accountId(String accountId)Sets the value of the AccountId property for this object.static DescribeBudgetNotificationsForAccountRequest.BuilderDescribeBudgetNotificationsForAccountRequest. builder()DescribeBudgetNotificationsForAccountRequest.BuilderDescribeBudgetNotificationsForAccountRequest.Builder. maxResults(Integer maxResults)An integer that represents how many budgets a paginated response contains.DescribeBudgetNotificationsForAccountRequest.BuilderDescribeBudgetNotificationsForAccountRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeBudgetNotificationsForAccountRequest.BuilderDescribeBudgetNotificationsForAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBudgetNotificationsForAccountRequest.BuilderDescribeBudgetNotificationsForAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeBudgetNotificationsForAccountRequest.BuilderDescribeBudgetNotificationsForAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type DescribeBudgetNotificationsForAccountRequest.Builder Modifier and Type Method Description static Class<? extends DescribeBudgetNotificationsForAccountRequest.Builder>DescribeBudgetNotificationsForAccountRequest. serializableBuilderClass()
-