Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.GroupName
-
Packages that use GroupName Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of GroupName in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return GroupName Modifier and Type Method Description static GroupNameGroupName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupNameGroup. name()The key of the specific import group.static GroupNameGroupName. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupName[]GroupName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type GroupName Modifier and Type Method Description static Set<GroupName>GroupName. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type GroupName Modifier and Type Method Description Group.BuilderGroup.Builder. name(GroupName name)The key of the specific import group.
-