Uses of Interface
software.amazon.awssdk.services.supplychain.model.SupplyChainException.Builder
-
Packages that use SupplyChainException.Builder Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of SupplyChainException.Builder in software.amazon.awssdk.services.supplychain.model
Subinterfaces of SupplyChainException.Builder in software.amazon.awssdk.services.supplychain.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.supplychain.model that implement SupplyChainException.Builder Modifier and Type Class Description protected static classSupplyChainException.BuilderImplMethods in software.amazon.awssdk.services.supplychain.model that return SupplyChainException.Builder Modifier and Type Method Description SupplyChainException.BuilderSupplyChainException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SupplyChainException.BuilderSupplyChainException. builder()SupplyChainException.BuilderSupplyChainException.Builder. cause(Throwable cause)SupplyChainException.BuilderSupplyChainException.Builder. message(String message)SupplyChainException.BuilderSupplyChainException.Builder. requestId(String requestId)SupplyChainException.BuilderSupplyChainException.Builder. statusCode(int statusCode)SupplyChainException.BuilderSupplyChainException. toBuilder()SupplyChainException.BuilderSupplyChainException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type SupplyChainException.Builder Modifier and Type Method Description static Class<? extends SupplyChainException.Builder>SupplyChainException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.supplychain.model with parameters of type SupplyChainException.Builder Constructor Description SupplyChainException(SupplyChainException.Builder builder)
-