Class DescribePatchGroupStateResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.ssm.model.SsmResponse
-
- software.amazon.awssdk.services.ssm.model.DescribePatchGroupStateResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribePatchGroupStateResponse extends SsmResponse implements ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribePatchGroupStateResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribePatchGroupStateResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerinstances()The number of managed nodes in the patch group.IntegerinstancesWithAvailableSecurityUpdates()The number of managed nodes for which security-related patches are available but not approved because because they didn't meet the patch baseline requirements.IntegerinstancesWithCriticalNonCompliantPatches()The number of managed nodes where patches that are specified asCriticalfor compliance reporting in the patch baseline aren't installed.IntegerinstancesWithFailedPatches()The number of managed nodes with patches from the patch baseline that failed to install.IntegerinstancesWithInstalledOtherPatches()The number of managed nodes with patches installed that aren't defined in the patch baseline.IntegerinstancesWithInstalledPatches()The number of managed nodes with installed patches.IntegerinstancesWithInstalledPendingRebootPatches()The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation.IntegerinstancesWithInstalledRejectedPatches()The number of managed nodes with patches installed that are specified in aRejectedPatcheslist.IntegerinstancesWithMissingPatches()The number of managed nodes with missing patches from the patch baseline.IntegerinstancesWithNotApplicablePatches()The number of managed nodes with patches that aren't applicable.IntegerinstancesWithOtherNonCompliantPatches()The number of managed nodes with patches installed that are specified as other thanCriticalorSecuritybut aren't compliant with the patch baseline.IntegerinstancesWithSecurityNonCompliantPatches()The number of managed nodes where patches that are specified asSecurityin a patch advisory aren't installed.IntegerinstancesWithUnreportedNotApplicablePatches()The number of managed nodes withNotApplicablepatches beyond the supported limit, which aren't reported by name to Inventory.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribePatchGroupStateResponse.Builder>serializableBuilderClass()DescribePatchGroupStateResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.ssm.model.SsmResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
instances
public final Integer instances()
The number of managed nodes in the patch group.
- Returns:
- The number of managed nodes in the patch group.
-
instancesWithInstalledPatches
public final Integer instancesWithInstalledPatches()
The number of managed nodes with installed patches.
- Returns:
- The number of managed nodes with installed patches.
-
instancesWithInstalledOtherPatches
public final Integer instancesWithInstalledOtherPatches()
The number of managed nodes with patches installed that aren't defined in the patch baseline.
- Returns:
- The number of managed nodes with patches installed that aren't defined in the patch baseline.
-
instancesWithInstalledPendingRebootPatches
public final Integer instancesWithInstalledPendingRebootPatches()
The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation. The status of these managed nodes is
NON_COMPLIANT.- Returns:
- The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the
patch installation. The status of these managed nodes is
NON_COMPLIANT.
-
instancesWithInstalledRejectedPatches
public final Integer instancesWithInstalledRejectedPatches()
The number of managed nodes with patches installed that are specified in a
RejectedPatcheslist. Patches with a status ofINSTALLED_REJECTEDwere typically installed before they were added to aRejectedPatcheslist.If
ALLOW_AS_DEPENDENCYis the specified option forRejectedPatchesAction, the value ofInstancesWithInstalledRejectedPatcheswill always be0(zero).- Returns:
- The number of managed nodes with patches installed that are specified in a
RejectedPatcheslist. Patches with a status ofINSTALLED_REJECTEDwere typically installed before they were added to aRejectedPatcheslist.If
ALLOW_AS_DEPENDENCYis the specified option forRejectedPatchesAction, the value ofInstancesWithInstalledRejectedPatcheswill always be0(zero).
-
instancesWithMissingPatches
public final Integer instancesWithMissingPatches()
The number of managed nodes with missing patches from the patch baseline.
- Returns:
- The number of managed nodes with missing patches from the patch baseline.
-
instancesWithFailedPatches
public final Integer instancesWithFailedPatches()
The number of managed nodes with patches from the patch baseline that failed to install.
- Returns:
- The number of managed nodes with patches from the patch baseline that failed to install.
-
instancesWithNotApplicablePatches
public final Integer instancesWithNotApplicablePatches()
The number of managed nodes with patches that aren't applicable.
- Returns:
- The number of managed nodes with patches that aren't applicable.
-
instancesWithUnreportedNotApplicablePatches
public final Integer instancesWithUnreportedNotApplicablePatches()
The number of managed nodes with
NotApplicablepatches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services Systems Manager.- Returns:
- The number of managed nodes with
NotApplicablepatches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services Systems Manager.
-
instancesWithCriticalNonCompliantPatches
public final Integer instancesWithCriticalNonCompliantPatches()
The number of managed nodes where patches that are specified as
Criticalfor compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes isNON_COMPLIANT.- Returns:
- The number of managed nodes where patches that are specified as
Criticalfor compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes isNON_COMPLIANT.
-
instancesWithSecurityNonCompliantPatches
public final Integer instancesWithSecurityNonCompliantPatches()
The number of managed nodes where patches that are specified as
Securityin a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes isNON_COMPLIANT.- Returns:
- The number of managed nodes where patches that are specified as
Securityin a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes isNON_COMPLIANT.
-
instancesWithOtherNonCompliantPatches
public final Integer instancesWithOtherNonCompliantPatches()
The number of managed nodes with patches installed that are specified as other than
CriticalorSecuritybut aren't compliant with the patch baseline. The status of these managed nodes isNON_COMPLIANT.- Returns:
- The number of managed nodes with patches installed that are specified as other than
CriticalorSecuritybut aren't compliant with the patch baseline. The status of these managed nodes isNON_COMPLIANT.
-
instancesWithAvailableSecurityUpdates
public final Integer instancesWithAvailableSecurityUpdates()
The number of managed nodes for which security-related patches are available but not approved because because they didn't meet the patch baseline requirements. For example, an updated version of a patch might have been released before the specified auto-approval period was over.
Applies to Windows Server managed nodes only.
- Returns:
- The number of managed nodes for which security-related patches are available but not approved because
because they didn't meet the patch baseline requirements. For example, an updated version of a patch
might have been released before the specified auto-approval period was over.
Applies to Windows Server managed nodes only.
-
toBuilder
public DescribePatchGroupStateResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribePatchGroupStateResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribePatchGroupStateResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-