Uses of Class
software.amazon.awssdk.services.securityhub.model.ConnectionDirection
-
Packages that use ConnectionDirection Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of ConnectionDirection in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ConnectionDirection Modifier and Type Method Description ConnectionDirectionNetworkConnection. direction()The direction in which the network traffic is flowing.static ConnectionDirectionConnectionDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionDirectionConnectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionDirection[]ConnectionDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ConnectionDirection Modifier and Type Method Description static Set<ConnectionDirection>ConnectionDirection. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ConnectionDirection Modifier and Type Method Description NetworkConnection.BuilderNetworkConnection.Builder. direction(ConnectionDirection direction)The direction in which the network traffic is flowing.
-