Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.