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