Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentParameterType
-
Packages that use DocumentParameterType Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentParameterType in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentParameterType Modifier and Type Method Description static DocumentParameterTypeDocumentParameterType. fromValue(String value)Use this in place of valueOf.static DocumentParameterTypeDocumentParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentParameterType[]DocumentParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentParameterType Modifier and Type Method Description voidDocumentParameter. setType(DocumentParameterType type)The type of parameter.DocumentParameterDocumentParameter. withType(DocumentParameterType type)The type of parameter.
-