Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.PlatformType
-
Packages that use PlatformType Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of PlatformType in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return PlatformType Modifier and Type Method Description static PlatformTypePlatformType. fromValue(String value)Use this in place of valueOf.static PlatformTypePlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformType[]PlatformType. 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 PlatformType Modifier and Type Method Description voidInstanceInformation. setPlatformType(PlatformType platformType)The operating system platform type.InstanceInformationInstanceInformation. withPlatformType(PlatformType platformType)The operating system platform type.DocumentDescriptionDocumentDescription. withPlatformTypes(PlatformType... platformTypes)The list of OS platforms compatible with this SSM document.DocumentIdentifierDocumentIdentifier. withPlatformTypes(PlatformType... platformTypes)The operating system platform.
-