| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyOwnerEntityType |
PolicyGrantingServiceAccess.entityType()
The type of entity (user or role) that used the policy to access the service to which the inline policy is
attached.
|
static PolicyOwnerEntityType |
PolicyOwnerEntityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PolicyOwnerEntityType |
EntityInfo.type()
The type of entity (user or role).
|
static PolicyOwnerEntityType |
PolicyOwnerEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyOwnerEntityType[] |
PolicyOwnerEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PolicyOwnerEntityType> |
PolicyOwnerEntityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.Builder.entityType(PolicyOwnerEntityType entityType)
The type of entity (user or role) that used the policy to access the service to which the inline policy is
attached.
|
EntityInfo.Builder |
EntityInfo.Builder.type(PolicyOwnerEntityType type)
The type of entity (user or role).
|
Copyright © 2022. All rights reserved.