Uses of Interface
software.amazon.awssdk.services.quicksight.model.QuickSightException.Builder
-
Packages that use QuickSightException.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of QuickSightException.Builder in software.amazon.awssdk.services.quicksight.model
Classes in software.amazon.awssdk.services.quicksight.model that implement QuickSightException.Builder Modifier and Type Class Description protected static classQuickSightException.BuilderImplMethods in software.amazon.awssdk.services.quicksight.model that return QuickSightException.Builder Modifier and Type Method Description QuickSightException.BuilderQuickSightException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static QuickSightException.BuilderQuickSightException. builder()QuickSightException.BuilderQuickSightException.Builder. cause(Throwable cause)QuickSightException.BuilderQuickSightException.Builder. message(String message)QuickSightException.BuilderQuickSightException.Builder. requestId(String requestId)QuickSightException.BuilderQuickSightException.Builder. statusCode(int statusCode)QuickSightException.BuilderQuickSightException. toBuilder()QuickSightException.BuilderQuickSightException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type QuickSightException.Builder Modifier and Type Method Description static Class<? extends QuickSightException.Builder>QuickSightException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.quicksight.model with parameters of type QuickSightException.Builder Constructor Description QuickSightException(QuickSightException.Builder builder)
-