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