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