Uses of Class
com.amazonaws.services.identitymanagement.model.Role
-
Packages that use Role Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of Role in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return Role Modifier and Type Method Description Role
Role. clone()
Role
CreateRoleResult. getRole()
A structure containing details about the new role.Role
GetRoleResult. getRole()
A structure containing details about the IAM 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. withPath(String path)
The path to the role.Role
Role. withRoleId(String roleId)
The stable and unique string identifying the role.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 Role Modifier and Type Method Description List<Role>
InstanceProfile. getRoles()
The role associated with the instance profile.List<Role>
ListRolesResult. getRoles()
A list of roles.Methods in com.amazonaws.services.identitymanagement.model with parameters of type Role Modifier and Type Method Description void
CreateRoleResult. setRole(Role role)
A structure containing details about the new role.void
GetRoleResult. setRole(Role role)
A structure containing details about the IAM role.CreateRoleResult
CreateRoleResult. withRole(Role role)
A structure containing details about the new role.GetRoleResult
GetRoleResult. withRole(Role role)
A structure containing details about the IAM role.InstanceProfile
InstanceProfile. withRoles(Role... roles)
The role associated with the instance profile.ListRolesResult
ListRolesResult. withRoles(Role... roles)
A list of roles.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type Role Modifier and Type Method Description void
InstanceProfile. setRoles(Collection<Role> roles)
The role associated with the instance profile.void
ListRolesResult. setRoles(Collection<Role> roles)
A list of roles.InstanceProfile
InstanceProfile. withRoles(Collection<Role> roles)
The role associated with the instance profile.ListRolesResult
ListRolesResult. withRoles(Collection<Role> roles)
A list of roles.
-