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