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