Uses of Interface
software.amazon.awssdk.services.budgets.model.BudgetsException.Builder
-
Packages that use BudgetsException.Builder Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of BudgetsException.Builder in software.amazon.awssdk.services.budgets.model
Subinterfaces of BudgetsException.Builder in software.amazon.awssdk.services.budgets.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceCreationLimitExceededException.Builderstatic interfaceDuplicateRecordException.Builderstatic interfaceExpiredNextTokenException.Builderstatic interfaceInternalErrorException.Builderstatic interfaceInvalidNextTokenException.Builderstatic interfaceInvalidParameterException.Builderstatic interfaceNotFoundException.Builderstatic interfaceResourceLockedException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.BuilderClasses in software.amazon.awssdk.services.budgets.model that implement BudgetsException.Builder Modifier and Type Class Description protected static classBudgetsException.BuilderImplMethods in software.amazon.awssdk.services.budgets.model that return BudgetsException.Builder Modifier and Type Method Description BudgetsException.BuilderBudgetsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static BudgetsException.BuilderBudgetsException. builder()BudgetsException.BuilderBudgetsException.Builder. cause(Throwable cause)BudgetsException.BuilderBudgetsException.Builder. message(String message)BudgetsException.BuilderBudgetsException.Builder. requestId(String requestId)BudgetsException.BuilderBudgetsException.Builder. statusCode(int statusCode)BudgetsException.BuilderBudgetsException. toBuilder()BudgetsException.BuilderBudgetsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type BudgetsException.Builder Modifier and Type Method Description static Class<? extends BudgetsException.Builder>BudgetsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.budgets.model with parameters of type BudgetsException.Builder Constructor Description BudgetsException(BudgetsException.Builder builder)
-