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