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 RoleRole. clone()RoleCreateRoleResult. getRole()A structure containing details about the new role.RoleGetRoleResult. getRole()A structure containing details about the IAM role.RoleRole. withArn(String arn)The Amazon Resource Name (ARN) specifying the role.RoleRole. withAssumeRolePolicyDocument(String assumeRolePolicyDocument)The policy that grants an entity permission to assume the role.RoleRole. withCreateDate(Date createDate)The date and time, in ISO 8601 date-time format, when the role was created.RoleRole. withPath(String path)The path to the role.RoleRole. withRoleId(String roleId)The stable and unique string identifying the role.RoleRole. 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 voidCreateRoleResult. setRole(Role role)A structure containing details about the new role.voidGetRoleResult. setRole(Role role)A structure containing details about the IAM role.CreateRoleResultCreateRoleResult. withRole(Role role)A structure containing details about the new role.GetRoleResultGetRoleResult. withRole(Role role)A structure containing details about the IAM role.InstanceProfileInstanceProfile. withRoles(Role... roles)The role associated with the instance profile.ListRolesResultListRolesResult. 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 voidInstanceProfile. setRoles(Collection<Role> roles)The role associated with the instance profile.voidListRolesResult. setRoles(Collection<Role> roles)A list of roles.InstanceProfileInstanceProfile. withRoles(Collection<Role> roles)The role associated with the instance profile.ListRolesResultListRolesResult. withRoles(Collection<Role> roles)A list of roles.
-