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