Uses of Class
software.amazon.awssdk.services.connectcases.model.Section.Type
-
Packages that use Section.Type Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of Section.Type in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return Section.Type Modifier and Type Method Description Section.TypeSection. type()Retrieve an enum value representing which member of this object is populated.static Section.TypeSection.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Section.Type[]Section.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-