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