Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
Role |
GetRoleResult.getRole()
Information about the role.
|
Role |
CreateRoleResult.getRole()
Information about the 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 when the role was created.
|
Role |
Role.withPath(String path)
Path to the role.
|
Role |
Role.withRoleId(String roleId)
The stable and unique string identifying the role.
|
Role |
Role.withRoleName(String roleName)
The name identifying the role.
|
Modifier and Type | Method and Description |
---|---|
List<Role> |
InstanceProfile.getRoles()
The role associated with the instance profile.
|
List<Role> |
ListRolesResult.getRoles()
A list of roles.
|
Modifier and Type | Method and Description |
---|---|
void |
GetRoleResult.setRole(Role role)
Information about the role.
|
void |
CreateRoleResult.setRole(Role role)
Information about the role.
|
GetRoleResult |
GetRoleResult.withRole(Role role)
Information about the role.
|
CreateRoleResult |
CreateRoleResult.withRole(Role role)
Information about the role.
|
InstanceProfile |
InstanceProfile.withRoles(Role... roles)
The role associated with the instance profile.
|
ListRolesResult |
ListRolesResult.withRoles(Role... roles)
A list of roles.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.