Uses of Class
com.amazonaws.services.identitymanagement.model.Role
Packages that use Role
-
Uses of Role in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return RoleModifier and TypeMethodDescriptionRole.clone()
CreateRoleResult.getRole()
A structure containing details about the new role.GetRoleResult.getRole()
A structure containing details about the IAM role.The Amazon Resource Name (ARN) specifying the role.Role.withAssumeRolePolicyDocument
(String assumeRolePolicyDocument) The policy that grants an entity permission to assume the role.Role.withCreateDate
(Date createDate) The date and time, in ISO 8601 date-time format, when the role was created.The path to the role.Role.withRoleId
(String roleId) The stable and unique string identifying the role.Role.withRoleName
(String roleName) The friendly name that identifies the role.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type RoleModifier and TypeMethodDescriptionInstanceProfile.getRoles()
The role associated with the instance profile.ListRolesResult.getRoles()
A list of roles.Methods in com.amazonaws.services.identitymanagement.model with parameters of type RoleModifier and TypeMethodDescriptionvoid
A structure containing details about the new role.void
A structure containing details about the IAM role.A structure containing details about the new role.A structure containing details about the IAM role.The role associated with the instance profile.A list of roles.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type RoleModifier and TypeMethodDescriptionvoid
InstanceProfile.setRoles
(Collection<Role> roles) The role associated with the instance profile.void
ListRolesResult.setRoles
(Collection<Role> roles) A list of roles.InstanceProfile.withRoles
(Collection<Role> roles) The role associated with the instance profile.ListRolesResult.withRoles
(Collection<Role> roles) A list of roles.