Uses of Enum
software.amazon.awssdk.services.ssm.model.ComplianceStatus
Packages that use ComplianceStatus
-
Uses of ComplianceStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ComplianceStatusModifier and TypeMethodDescriptionstatic ComplianceStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ComplianceStatusComplianceItem.status()The status of the compliance item.final ComplianceStatusComplianceItemEntry.status()The status of the compliance item.final ComplianceStatusResourceComplianceSummaryItem.status()The compliance status for the resource.static ComplianceStatusReturns the enum constant of this type with the specified name.static ComplianceStatus[]ComplianceStatus.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 ComplianceStatusMethods in software.amazon.awssdk.services.ssm.model with parameters of type ComplianceStatusModifier and TypeMethodDescriptionComplianceItem.Builder.status(ComplianceStatus status) The status of the compliance item.ComplianceItemEntry.Builder.status(ComplianceStatus status) The status of the compliance item.ResourceComplianceSummaryItem.Builder.status(ComplianceStatus status) The compliance status for the resource.