Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupLifecycleEventsStatus
-
Packages that use GroupLifecycleEventsStatus Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupLifecycleEventsStatus in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GroupLifecycleEventsStatus Modifier and Type Method Description static GroupLifecycleEventsStatusGroupLifecycleEventsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupLifecycleEventsStatusAccountSettings. groupLifecycleEventsStatus()The current status of the group lifecycle events feature.static GroupLifecycleEventsStatusGroupLifecycleEventsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupLifecycleEventsStatus[]GroupLifecycleEventsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupLifecycleEventsStatus Modifier and Type Method Description static Set<GroupLifecycleEventsStatus>GroupLifecycleEventsStatus. knownValues()Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type GroupLifecycleEventsStatus Modifier and Type Method Description AccountSettings.BuilderAccountSettings.Builder. groupLifecycleEventsStatus(GroupLifecycleEventsStatus groupLifecycleEventsStatus)The current status of the group lifecycle events feature.
-