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 EntityType
EntityType. fromValue(String value)
Use this in place of valueOf.static EntityType
EntityType. 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 void
ListEntitiesForPolicyRequest. setEntityFilter(EntityType entityFilter)
The entity type to use for filtering the results.ListEntitiesForPolicyRequest
ListEntitiesForPolicyRequest. withEntityFilter(EntityType entityFilter)
The entity type to use for filtering the results.GetAccountAuthorizationDetailsRequest
GetAccountAuthorizationDetailsRequest. withFilter(EntityType... filter)
A list of entity types (user, group, role, local managed policy, or AWS managed policy) for filtering the results.
-