Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RoleDetail> |
GetAccountAuthorizationDetailsResult.roleDetailList
A list containing information about IAM roles.
|
Modifier and Type | Method and Description |
---|---|
RoleDetail |
RoleDetail.clone() |
RoleDetail |
RoleDetail.withArn(java.lang.String arn) |
RoleDetail |
RoleDetail.withAssumeRolePolicyDocument(java.lang.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(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of managed policies attached to the role.
|
RoleDetail |
RoleDetail.withCreateDate(java.util.Date createDate)
The date and time, in ISO 8601
date-time format, when the role was created.
|
RoleDetail |
RoleDetail.withInstanceProfileList(java.util.Collection<InstanceProfile> instanceProfileList) |
RoleDetail |
RoleDetail.withInstanceProfileList(InstanceProfile... instanceProfileList)
NOTE: This method appends the values to the existing list (if
any).
|
RoleDetail |
RoleDetail.withPath(java.lang.String path)
The path to the role.
|
RoleDetail |
RoleDetail.withRoleId(java.lang.String roleId)
The stable and unique string identifying the role.
|
RoleDetail |
RoleDetail.withRoleName(java.lang.String roleName)
The friendly name that identifies the role.
|
RoleDetail |
RoleDetail.withRolePolicyList(java.util.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 |
---|---|
java.util.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(java.util.Collection<RoleDetail> roleDetailList)
A list containing information about IAM roles.
|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withRoleDetailList(java.util.Collection<RoleDetail> roleDetailList)
A list containing information about IAM roles.
|
Modifier and Type | Method and Description |
---|---|
RoleDetail |
RoleDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |