Uses of Class
software.amazon.awssdk.services.pipes.model.EcsEnvironmentFileType
-
Packages that use EcsEnvironmentFileType Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of EcsEnvironmentFileType in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return EcsEnvironmentFileType Modifier and Type Method Description static EcsEnvironmentFileTypeEcsEnvironmentFileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EcsEnvironmentFileTypeEcsEnvironmentFile. type()The file type to use.static EcsEnvironmentFileTypeEcsEnvironmentFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static EcsEnvironmentFileType[]EcsEnvironmentFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type EcsEnvironmentFileType Modifier and Type Method Description static Set<EcsEnvironmentFileType>EcsEnvironmentFileType. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type EcsEnvironmentFileType Modifier and Type Method Description EcsEnvironmentFile.BuilderEcsEnvironmentFile.Builder. type(EcsEnvironmentFileType type)The file type to use.
-