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