Uses of Interface
software.amazon.awssdk.services.savingsplans.model.SavingsplansException.Builder
-
Packages that use SavingsplansException.Builder Package Description software.amazon.awssdk.services.savingsplans.model -
-
Uses of SavingsplansException.Builder in software.amazon.awssdk.services.savingsplans.model
Subinterfaces of SavingsplansException.Builder in software.amazon.awssdk.services.savingsplans.model Modifier and Type Interface Description static interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.savingsplans.model that implement SavingsplansException.Builder Modifier and Type Class Description protected static classSavingsplansException.BuilderImplMethods in software.amazon.awssdk.services.savingsplans.model that return SavingsplansException.Builder Modifier and Type Method Description SavingsplansException.BuilderSavingsplansException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SavingsplansException.BuilderSavingsplansException. builder()SavingsplansException.BuilderSavingsplansException.Builder. cause(Throwable cause)SavingsplansException.BuilderSavingsplansException.Builder. message(String message)SavingsplansException.BuilderSavingsplansException.Builder. requestId(String requestId)SavingsplansException.BuilderSavingsplansException.Builder. statusCode(int statusCode)SavingsplansException.BuilderSavingsplansException. toBuilder()SavingsplansException.BuilderSavingsplansException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.savingsplans.model that return types with arguments of type SavingsplansException.Builder Modifier and Type Method Description static Class<? extends SavingsplansException.Builder>SavingsplansException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.savingsplans.model with parameters of type SavingsplansException.Builder Constructor Description SavingsplansException(SavingsplansException.Builder builder)
-