| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystem |
OperatingSystem.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OperatingSystem |
UpdatePatchBaselineResponse.operatingSystem()
The operating system rule used by the updated patch baseline.
|
OperatingSystem |
DescribePatchPropertiesRequest.operatingSystem()
The operating system type for which to list patches.
|
OperatingSystem |
GetPatchBaselineForPatchGroupRequest.operatingSystem()
Returns the operating system rule specified for patch groups using the patch baseline.
|
OperatingSystem |
CreatePatchBaselineRequest.operatingSystem()
Defines the operating system the patch baseline applies to.
|
OperatingSystem |
GetPatchBaselineForPatchGroupResponse.operatingSystem()
The operating system rule specified for patch groups using the patch baseline.
|
OperatingSystem |
GetDefaultPatchBaselineRequest.operatingSystem()
Returns the default patch baseline for the specified operating system.
|
OperatingSystem |
BaselineOverride.operatingSystem()
The operating system rule used by the patch baseline override.
|
OperatingSystem |
GetDefaultPatchBaselineResponse.operatingSystem()
The operating system for the returned patch baseline.
|
OperatingSystem |
PatchBaselineIdentity.operatingSystem()
Defines the operating system the patch baseline applies to.
|
OperatingSystem |
GetPatchBaselineResponse.operatingSystem()
Returns the operating system specified for the patch baseline.
|
static OperatingSystem |
OperatingSystem.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OperatingSystem> |
OperatingSystem.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the updated patch baseline.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.operatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
|
GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.Builder.operatingSystem(OperatingSystem operatingSystem)
Returns the operating system rule specified for patch groups using the patch baseline.
|
CreatePatchBaselineRequest.Builder |
CreatePatchBaselineRequest.Builder.operatingSystem(OperatingSystem operatingSystem)
Defines the operating system the patch baseline applies to.
|
GetPatchBaselineForPatchGroupResponse.Builder |
GetPatchBaselineForPatchGroupResponse.Builder.operatingSystem(OperatingSystem operatingSystem)
The operating system rule specified for patch groups using the patch baseline.
|
GetDefaultPatchBaselineRequest.Builder |
GetDefaultPatchBaselineRequest.Builder.operatingSystem(OperatingSystem operatingSystem)
Returns the default patch baseline for the specified operating system.
|
BaselineOverride.Builder |
BaselineOverride.Builder.operatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the patch baseline override.
|
GetDefaultPatchBaselineResponse.Builder |
GetDefaultPatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem)
The operating system for the returned patch baseline.
|
PatchBaselineIdentity.Builder |
PatchBaselineIdentity.Builder.operatingSystem(OperatingSystem operatingSystem)
Defines the operating system the patch baseline applies to.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem)
Returns the operating system specified for the patch baseline.
|
Copyright © 2023. All rights reserved.