Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
RoleDetail |
RoleDetail.clone() |
RoleDetail |
RoleDetail.withArn(String arn) |
RoleDetail |
RoleDetail.withAssumeRolePolicyDocument(String assumeRolePolicyDocument)
The trust policy that grants permission to assume the role.
|
RoleDetail |
RoleDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of managed policies attached to the role.
|
RoleDetail |
RoleDetail.withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)
A list of managed policies attached to the role.
|
RoleDetail |
RoleDetail.withCreateDate(Date createDate)
The date and time, in ISO 8601
date-time format, when the role was created.
|
RoleDetail |
RoleDetail.withInstanceProfileList(Collection<InstanceProfile> instanceProfileList) |
RoleDetail |
RoleDetail.withInstanceProfileList(InstanceProfile... instanceProfileList)
NOTE: This method appends the values to the existing list (if
any).
|
RoleDetail |
RoleDetail.withPath(String path)
The path to the role.
|
RoleDetail |
RoleDetail.withRoleId(String roleId)
The stable and unique string identifying the role.
|
RoleDetail |
RoleDetail.withRoleName(String roleName)
The friendly name that identifies the role.
|
RoleDetail |
RoleDetail.withRolePolicyList(Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.
|
RoleDetail |
RoleDetail.withRolePolicyList(PolicyDetail... rolePolicyList)
A list of inline policies embedded in the role.
|
Modifier and Type | Method and Description |
---|---|
List<RoleDetail> |
GetAccountAuthorizationDetailsResult.getRoleDetailList()
A list containing information about IAM roles.
|
Modifier and Type | Method and Description |
---|---|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withRoleDetailList(RoleDetail... roleDetailList)
A list containing information about IAM roles.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAccountAuthorizationDetailsResult.setRoleDetailList(Collection<RoleDetail> roleDetailList)
A list containing information about IAM roles.
|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withRoleDetailList(Collection<RoleDetail> roleDetailList)
A list containing information about IAM roles.
|
Copyright © 2018. All rights reserved.