Uses of Enum
software.amazon.awssdk.services.ssm.model.PlatformType
Packages that use PlatformType
-
Uses of PlatformType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PlatformTypeModifier and TypeMethodDescriptionstatic PlatformTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PlatformTypeInstanceInfo.platformType()The operating system platform type of the managed node.final PlatformTypeInstanceInformation.platformType()The operating system platform type.final PlatformTypeInstanceProperty.platformType()The operating system platform type of the managed node.static PlatformTypeReturns 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 PlatformTypeModifier and TypeMethodDescriptionstatic Set<PlatformType>PlatformType.knownValues()final List<PlatformType>DocumentDescription.platformTypes()The list of operating system (OS) platforms compatible with this SSM document.final List<PlatformType>DocumentIdentifier.platformTypes()The operating system platform.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PlatformTypeModifier and TypeMethodDescriptionInstanceInfo.Builder.platformType(PlatformType platformType) The operating system platform type of the managed node.InstanceInformation.Builder.platformType(PlatformType platformType) The operating system platform type.InstanceProperty.Builder.platformType(PlatformType platformType) The operating system platform type of the managed node.DocumentDescription.Builder.platformTypes(PlatformType... platformTypes) The list of operating system (OS) platforms compatible with this SSM document.DocumentIdentifier.Builder.platformTypes(PlatformType... platformTypes) The operating system platform.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PlatformTypeModifier and TypeMethodDescriptionDocumentDescription.Builder.platformTypes(Collection<PlatformType> platformTypes) The list of operating system (OS) platforms compatible with this SSM document.DocumentIdentifier.Builder.platformTypes(Collection<PlatformType> platformTypes) The operating system platform.