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