Uses of Enum
com.amazonaws.services.opsworks.model.SourceType
Packages that use SourceType
-
Uses of SourceType in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return SourceTypeModifier and TypeMethodDescriptionstatic SourceType
Use this in place of valueOf.static SourceType
Returns the enum constant of this type with the specified name.static SourceType[]
SourceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.opsworks.model with parameters of type SourceTypeModifier and TypeMethodDescriptionvoid
Source.setType
(SourceType type) The repository type.Source.withType
(SourceType type) The repository type.