| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
EntityInfo |
EntityInfo.clone() |
EntityInfo |
EntityDetails.getEntityInfo()
The
EntityInfo object that contains details about the entity (user or role). |
EntityInfo |
EntityInfo.withArn(String arn) |
EntityInfo |
EntityInfo.withId(String id)
The identifier of the entity (user or role).
|
EntityInfo |
EntityInfo.withName(String name)
The name of the entity (user or role).
|
EntityInfo |
EntityInfo.withPath(String path)
The path to the entity (user or role).
|
EntityInfo |
EntityInfo.withType(PolicyOwnerEntityType type)
The type of entity (user or role).
|
EntityInfo |
EntityInfo.withType(String type)
The type of entity (user or role).
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityDetails.setEntityInfo(EntityInfo entityInfo)
The
EntityInfo object that contains details about the entity (user or role). |
EntityDetails |
EntityDetails.withEntityInfo(EntityInfo entityInfo)
The
EntityInfo object that contains details about the entity (user or role). |
Copyright © 2023. All rights reserved.