Uses of Enum
software.amazon.awssdk.services.ssm.model.OperatingSystem
Packages that use OperatingSystem
-
Uses of OperatingSystem in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OperatingSystemModifier and TypeMethodDescriptionstatic OperatingSystemUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OperatingSystemBaselineOverride.operatingSystem()The operating system rule used by the patch baseline override.final OperatingSystemCreatePatchBaselineRequest.operatingSystem()Defines the operating system the patch baseline applies to.final OperatingSystemDescribePatchPropertiesRequest.operatingSystem()The operating system type for which to list patches.final OperatingSystemGetDefaultPatchBaselineRequest.operatingSystem()Returns the default patch baseline for the specified operating system.final OperatingSystemGetDefaultPatchBaselineResponse.operatingSystem()The operating system for the returned patch baseline.final OperatingSystemGetPatchBaselineForPatchGroupRequest.operatingSystem()Returns the operating system rule specified for patch groups using the patch baseline.final OperatingSystemGetPatchBaselineForPatchGroupResponse.operatingSystem()The operating system rule specified for patch groups using the patch baseline.final OperatingSystemGetPatchBaselineResponse.operatingSystem()Returns the operating system specified for the patch baseline.final OperatingSystemPatchBaselineIdentity.operatingSystem()Defines the operating system the patch baseline applies to.final OperatingSystemUpdatePatchBaselineResponse.operatingSystem()The operating system rule used by the updated patch baseline.static OperatingSystemReturns the enum constant of this type with the specified name.static OperatingSystem[]OperatingSystem.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 OperatingSystemMethods in software.amazon.awssdk.services.ssm.model with parameters of type OperatingSystemModifier and TypeMethodDescriptionBaselineOverride.Builder.operatingSystem(OperatingSystem operatingSystem) The operating system rule used by the patch baseline override.CreatePatchBaselineRequest.Builder.operatingSystem(OperatingSystem operatingSystem) Defines the operating system the patch baseline applies to.DescribePatchPropertiesRequest.Builder.operatingSystem(OperatingSystem operatingSystem) The operating system type for which to list patches.GetDefaultPatchBaselineRequest.Builder.operatingSystem(OperatingSystem operatingSystem) Returns the default patch baseline for the specified operating system.GetDefaultPatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem) The operating system for the returned patch baseline.GetPatchBaselineForPatchGroupRequest.Builder.operatingSystem(OperatingSystem operatingSystem) Returns the operating system rule specified for patch groups using the patch baseline.GetPatchBaselineForPatchGroupResponse.Builder.operatingSystem(OperatingSystem operatingSystem) The operating system rule specified for patch groups using the patch baseline.GetPatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem) Returns the operating system specified for the patch baseline.PatchBaselineIdentity.Builder.operatingSystem(OperatingSystem operatingSystem) Defines the operating system the patch baseline applies to.UpdatePatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem) The operating system rule used by the updated patch baseline.