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