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