Uses of Class
software.amazon.awssdk.services.ssm.model.ManagedStatus
-
Packages that use ManagedStatus Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ManagedStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ManagedStatus Modifier and Type Method Description static ManagedStatusManagedStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManagedStatusInstanceInfo. managedStatus()Indicates whether the node is managed by Systems Manager.static ManagedStatusManagedStatus. valueOf(String name)Returns 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 ManagedStatus Modifier and Type Method Description static Set<ManagedStatus>ManagedStatus. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type ManagedStatus Modifier and Type Method Description InstanceInfo.BuilderInstanceInfo.Builder. managedStatus(ManagedStatus managedStatus)Indicates whether the node is managed by Systems Manager.
-