Uses of Interface
software.amazon.awssdk.services.support.model.SupportException.Builder
-
Packages that use SupportException.Builder Package Description software.amazon.awssdk.services.support.model -
-
Uses of SupportException.Builder in software.amazon.awssdk.services.support.model
Subinterfaces of SupportException.Builder in software.amazon.awssdk.services.support.model Modifier and Type Interface Description static interfaceAttachmentIdNotFoundException.Builderstatic interfaceAttachmentLimitExceededException.Builderstatic interfaceAttachmentSetExpiredException.Builderstatic interfaceAttachmentSetIdNotFoundException.Builderstatic interfaceAttachmentSetSizeLimitExceededException.Builderstatic interfaceCaseCreationLimitExceededException.Builderstatic interfaceCaseIdNotFoundException.Builderstatic interfaceDescribeAttachmentLimitExceededException.Builderstatic interfaceInternalServerErrorException.Builderstatic interfaceThrottlingException.BuilderClasses in software.amazon.awssdk.services.support.model that implement SupportException.Builder Modifier and Type Class Description protected static classSupportException.BuilderImplMethods in software.amazon.awssdk.services.support.model that return SupportException.Builder Modifier and Type Method Description SupportException.BuilderSupportException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SupportException.BuilderSupportException. builder()SupportException.BuilderSupportException.Builder. cause(Throwable cause)SupportException.BuilderSupportException.Builder. message(String message)SupportException.BuilderSupportException.Builder. requestId(String requestId)SupportException.BuilderSupportException.Builder. statusCode(int statusCode)SupportException.BuilderSupportException. toBuilder()SupportException.BuilderSupportException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.support.model that return types with arguments of type SupportException.Builder Modifier and Type Method Description static Class<? extends SupportException.Builder>SupportException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.support.model with parameters of type SupportException.Builder Constructor Description SupportException(SupportException.Builder builder)
-