| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
ListEntitiesForPolicyRequest.entityFilter()
The entity type to use for filtering the results.
|
static EntityType |
EntityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<EntityType> |
GetAccountAuthorizationDetailsRequest.filter()
A list of entity types used to filter the results.
|
static Set<EntityType> |
EntityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.entityFilter(EntityType entityFilter)
The entity type to use for filtering the results.
|
GetAccountAuthorizationDetailsRequest.Builder |
GetAccountAuthorizationDetailsRequest.Builder.filter(EntityType... filter)
A list of entity types used to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccountAuthorizationDetailsRequest.Builder |
GetAccountAuthorizationDetailsRequest.Builder.filter(Collection<EntityType> filter)
A list of entity types used to filter the results.
|
Copyright © 2022. All rights reserved.