Uses of Enum
com.amazonaws.services.simplesystemsmanagement.model.DocumentParameterType
Packages that use DocumentParameterType
-
Uses of DocumentParameterType in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentParameterTypeModifier and TypeMethodDescriptionstatic DocumentParameterTypeUse this in place of valueOf.static DocumentParameterTypeReturns 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 DocumentParameterTypeModifier and TypeMethodDescriptionvoidDocumentParameter.setType(DocumentParameterType type) The type of parameter.DocumentParameter.withType(DocumentParameterType type) The type of parameter.