Uses of Class
software.amazon.awssdk.services.b2bi.model.CapabilityDirection
-
Packages that use CapabilityDirection Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of CapabilityDirection in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return CapabilityDirection Modifier and Type Method Description CapabilityDirectionEdiConfiguration. capabilityDirection()Specifies whether this is capability is for inbound or outbound transformations.static CapabilityDirectionCapabilityDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CapabilityDirectionCapabilityDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static CapabilityDirection[]CapabilityDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type CapabilityDirection Modifier and Type Method Description static Set<CapabilityDirection>CapabilityDirection. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type CapabilityDirection Modifier and Type Method Description EdiConfiguration.BuilderEdiConfiguration.Builder. capabilityDirection(CapabilityDirection capabilityDirection)Specifies whether this is capability is for inbound or outbound transformations.
-