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 PlatformType
PlatformType. fromValue(String value)
Use this in place of valueOf.static PlatformType
PlatformType. 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 void
InstanceInformation. setPlatformType(PlatformType platformType)
The operating system platform type.InstanceInformation
InstanceInformation. withPlatformType(PlatformType platformType)
The operating system platform type.DocumentDescription
DocumentDescription. withPlatformTypes(PlatformType... platformTypes)
The list of OS platforms compatible with this SSM document.DocumentIdentifier
DocumentIdentifier. withPlatformTypes(PlatformType... platformTypes)
The operating system platform.
-