Uses of Class
com.amazonaws.services.identitymanagement.model.EntityType
-
Packages that use EntityType Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of EntityType in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return EntityType Modifier and Type Method Description static EntityTypeEntityType. fromValue(String value)Use this in place of valueOf.static EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.identitymanagement.model with parameters of type EntityType Modifier and Type Method Description voidListEntitiesForPolicyRequest. setEntityFilter(EntityType entityFilter)The entity type to use for filtering the results.ListEntitiesForPolicyRequestListEntitiesForPolicyRequest. withEntityFilter(EntityType entityFilter)The entity type to use for filtering the results.GetAccountAuthorizationDetailsRequestGetAccountAuthorizationDetailsRequest. withFilter(EntityType... filter)A list of entity types (user, group, role, local managed policy, or AWS managed policy) for filtering the results.
-