Uses of Class
software.amazon.awssdk.services.transfer.model.PreserveContentType
-
Packages that use PreserveContentType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of PreserveContentType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return PreserveContentType Modifier and Type Method Description static PreserveContentTypePreserveContentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PreserveContentTypeAs2ConnectorConfig. preserveContentType()Allows you to use the Amazon S3Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension.static PreserveContentTypePreserveContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static PreserveContentType[]PreserveContentType. 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 PreserveContentType Modifier and Type Method Description static Set<PreserveContentType>PreserveContentType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type PreserveContentType Modifier and Type Method Description As2ConnectorConfig.BuilderAs2ConnectorConfig.Builder. preserveContentType(PreserveContentType preserveContentType)Allows you to use the Amazon S3Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension.
-