| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.clone() |
Role |
UpdateRoleDescriptionResult.getRole()
A structure that contains details about the modified role.
|
Role |
GetRoleResult.getRole()
A structure containing details about the IAM role.
|
Role |
CreateServiceLinkedRoleResult.getRole()
A Role object that contains details about the newly created role.
|
Role |
CreateRoleResult.getRole()
A structure containing details about the new role.
|
Role |
Role.withArn(String arn)
The Amazon Resource Name (ARN) specifying the role.
|
Role |
Role.withAssumeRolePolicyDocument(String assumeRolePolicyDocument)
The policy that grants an entity permission to assume the role.
|
Role |
Role.withCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the role was
created.
|
Role |
Role.withDescription(String description)
A description of the role that you provide.
|
Role |
Role.withMaxSessionDuration(Integer maxSessionDuration)
The maximum session duration (in seconds) for the specified role.
|
Role |
Role.withPath(String path)
The path to the role.
|
Role |
Role.withPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the role.
|
Role |
Role.withRoleId(String roleId)
The stable and unique string identifying the role.
|
Role |
Role.withRoleLastUsed(RoleLastUsed roleLastUsed)
Contains information about the last time that an IAM role was used.
|
Role |
Role.withRoleName(String roleName)
The friendly name that identifies the role.
|
Role |
Role.withTags(Collection<Tag> tags)
A list of tags that are attached to the role.
|
Role |
Role.withTags(Tag... tags)
A list of tags that are attached to the role.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
ListRolesResult.getRoles()
A list of roles.
|
List<Role> |
InstanceProfile.getRoles()
The role associated with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRoleDescriptionResult.setRole(Role role)
A structure that contains details about the modified role.
|
void |
GetRoleResult.setRole(Role role)
A structure containing details about the IAM role.
|
void |
CreateServiceLinkedRoleResult.setRole(Role role)
A Role object that contains details about the newly created role.
|
void |
CreateRoleResult.setRole(Role role)
A structure containing details about the new role.
|
UpdateRoleDescriptionResult |
UpdateRoleDescriptionResult.withRole(Role role)
A structure that contains details about the modified role.
|
GetRoleResult |
GetRoleResult.withRole(Role role)
A structure containing details about the IAM role.
|
CreateServiceLinkedRoleResult |
CreateServiceLinkedRoleResult.withRole(Role role)
A Role object that contains details about the newly created 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(Collection<Role> roles)
A list of roles.
|
void |
InstanceProfile.setRoles(Collection<Role> roles)
The role associated with the instance profile.
|
ListRolesResult |
ListRolesResult.withRoles(Collection<Role> roles)
A list of roles.
|
InstanceProfile |
InstanceProfile.withRoles(Collection<Role> roles)
The role associated with the instance profile.
|
Copyright © 2022. All rights reserved.