Uses of Class
software.amazon.awssdk.services.ssm.model.PlatformType
-
Packages that use PlatformType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PlatformType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PlatformType Modifier and Type Method Description static PlatformTypePlatformType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlatformTypeInstanceInformation. platformType()The operating system platform type.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 software.amazon.awssdk.services.ssm.model that return types with arguments of type PlatformType Modifier and Type Method Description static Set<PlatformType>PlatformType. knownValues()List<PlatformType>DocumentDescription. platformTypes()The list of operating system (OS) platforms compatible with this SSM document.List<PlatformType>DocumentIdentifier. platformTypes()The operating system platform.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PlatformType Modifier and Type Method Description InstanceInformation.BuilderInstanceInformation.Builder. platformType(PlatformType platformType)The operating system platform type.DocumentDescription.BuilderDocumentDescription.Builder. platformTypes(PlatformType... platformTypes)The list of operating system (OS) platforms compatible with this SSM document.DocumentIdentifier.BuilderDocumentIdentifier.Builder. platformTypes(PlatformType... platformTypes)The operating system platform.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PlatformType Modifier and Type Method Description DocumentDescription.BuilderDocumentDescription.Builder. platformTypes(Collection<PlatformType> platformTypes)The list of operating system (OS) platforms compatible with this SSM document.DocumentIdentifier.BuilderDocumentIdentifier.Builder. platformTypes(Collection<PlatformType> platformTypes)The operating system platform.
-