Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private Role |
GetRoleResult.role
A structure containing details about the IAM role.
|
private Role |
CreateRoleResult.role
A structure containing details about the new role.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Role> |
ListRolesResult.roles
A list of roles.
|
private SdkInternalList<Role> |
InstanceProfile.roles
The role associated with the instance profile.
|
Modifier and Type | Method and Description |
---|---|
Role |
Role.clone() |
Role |
GetRoleResult.getRole()
A structure containing details about the IAM role.
|
Role |
CreateRoleResult.getRole()
A structure containing details about the new role.
|
Role |
Role.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) specifying the role.
|
Role |
Role.withAssumeRolePolicyDocument(java.lang.String assumeRolePolicyDocument)
The policy that grants an entity permission to assume the role.
|
Role |
Role.withCreateDate(java.util.Date createDate)
The date and time, in ISO 8601
date-time format, when the role was created.
|
Role |
Role.withPath(java.lang.String path)
The path to the role.
|
Role |
Role.withRoleId(java.lang.String roleId)
The stable and unique string identifying the role.
|
Role |
Role.withRoleName(java.lang.String roleName)
The friendly name that identifies the role.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Role> |
ListRolesResult.getRoles()
A list of roles.
|
java.util.List<Role> |
InstanceProfile.getRoles()
The role associated with the instance profile.
|
Modifier and Type | Method and Description |
---|---|
void |
GetRoleResult.setRole(Role role)
A structure containing details about the IAM role.
|
void |
CreateRoleResult.setRole(Role role)
A structure containing details about the new role.
|
GetRoleResult |
GetRoleResult.withRole(Role role)
A structure containing details about the IAM role.
|
CreateRoleResult |
CreateRoleResult.withRole(Role role)
A structure containing details about the new role.
|
ListRolesResult |
ListRolesResult.withRoles(Role... roles)
A list of roles.
|
InstanceProfile |
InstanceProfile.withRoles(Role... roles)
The role associated with the instance profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ListRolesResult.setRoles(java.util.Collection<Role> roles)
A list of roles.
|
void |
InstanceProfile.setRoles(java.util.Collection<Role> roles)
The role associated with the instance profile.
|
ListRolesResult |
ListRolesResult.withRoles(java.util.Collection<Role> roles)
A list of roles.
|
InstanceProfile |
InstanceProfile.withRoles(java.util.Collection<Role> roles)
The role associated with the instance profile.
|
Modifier and Type | Method and Description |
---|---|
Role |
RoleStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |