Uses of Class
software.amazon.awssdk.services.iam.model.EntityType
-
Packages that use EntityType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of EntityType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return EntityType Modifier and Type Method Description EntityTypeListEntitiesForPolicyRequest. entityFilter()The entity type to use for filtering the results.static EntityTypeEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.iam.model that return types with arguments of type EntityType Modifier and Type Method Description List<EntityType>GetAccountAuthorizationDetailsRequest. filter()A list of entity types used to filter the results.static Set<EntityType>EntityType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type EntityType Modifier and Type Method Description ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. entityFilter(EntityType entityFilter)The entity type to use for filtering the results.GetAccountAuthorizationDetailsRequest.BuilderGetAccountAuthorizationDetailsRequest.Builder. filter(EntityType... filter)A list of entity types used to filter the results.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type EntityType Modifier and Type Method Description GetAccountAuthorizationDetailsRequest.BuilderGetAccountAuthorizationDetailsRequest.Builder. filter(Collection<EntityType> filter)A list of entity types used to filter the results.
-