Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and 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.
|
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 |
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.
|
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 © 2018. All rights reserved.