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