Uses of Enum
software.amazon.awssdk.services.ssm.model.ManagedStatus
Packages that use ManagedStatus
-
Uses of ManagedStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ManagedStatusModifier and TypeMethodDescriptionstatic ManagedStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ManagedStatusInstanceInfo.managedStatus()Indicates whether the node is managed by Systems Manager.static ManagedStatusReturns the enum constant of this type with the specified name.static ManagedStatus[]ManagedStatus.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 ManagedStatusMethods in software.amazon.awssdk.services.ssm.model with parameters of type ManagedStatusModifier and TypeMethodDescriptionInstanceInfo.Builder.managedStatus(ManagedStatus managedStatus) Indicates whether the node is managed by Systems Manager.