Uses of Class
software.amazon.awssdk.services.transfer.model.MapType
-
Packages that use MapType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of MapType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return MapType Modifier and Type Method Description static MapTypeMapType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MapTypeHomeDirectoryMapEntry. type()Specifies the type of mapping.static MapTypeMapType. valueOf(String name)Returns the enum constant of this type with the specified name.static MapType[]MapType. 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 MapType Modifier and Type Method Description static Set<MapType>MapType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type MapType Modifier and Type Method Description HomeDirectoryMapEntry.BuilderHomeDirectoryMapEntry.Builder. type(MapType type)Specifies the type of mapping.
-