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