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