Uses of Class
software.amazon.awssdk.services.fms.model.StreamExceptionPolicy
-
Packages that use StreamExceptionPolicy Package Description software.amazon.awssdk.services.fms.model -
-
Uses of StreamExceptionPolicy in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return StreamExceptionPolicy Modifier and Type Method Description static StreamExceptionPolicyStreamExceptionPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamExceptionPolicyStatefulEngineOptions. streamExceptionPolicy()Indicates how Network Firewall should handle traffic when a network connection breaks midstream.static StreamExceptionPolicyStreamExceptionPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamExceptionPolicy[]StreamExceptionPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type StreamExceptionPolicy Modifier and Type Method Description static Set<StreamExceptionPolicy>StreamExceptionPolicy. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type StreamExceptionPolicy Modifier and Type Method Description StatefulEngineOptions.BuilderStatefulEngineOptions.Builder. streamExceptionPolicy(StreamExceptionPolicy streamExceptionPolicy)Indicates how Network Firewall should handle traffic when a network connection breaks midstream.
-