Uses of Class
software.amazon.awssdk.services.transfer.model.CompressionEnum
-
Packages that use CompressionEnum Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of CompressionEnum in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return CompressionEnum Modifier and Type Method Description CompressionEnumAs2ConnectorConfig. compression()Specifies whether the AS2 file is compressed.static CompressionEnumCompressionEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompressionEnumCompressionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionEnum[]CompressionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type CompressionEnum Modifier and Type Method Description static Set<CompressionEnum>CompressionEnum. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type CompressionEnum Modifier and Type Method Description As2ConnectorConfig.BuilderAs2ConnectorConfig.Builder. compression(CompressionEnum compression)Specifies whether the AS2 file is compressed.
-