Uses of Class
com.amazonaws.services.identitymanagement.model.RoleDetail
-
Packages that use RoleDetail Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of RoleDetail in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return RoleDetail Modifier and Type Method 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(InstanceProfile... instanceProfileList)
NOTE: This method appends the values to the existing list (if any).RoleDetail
RoleDetail. withInstanceProfileList(Collection<InstanceProfile> instanceProfileList)
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(PolicyDetail... rolePolicyList)
A list of inline policies embedded in the role.RoleDetail
RoleDetail. withRolePolicyList(Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type RoleDetail Modifier and Type Method Description List<RoleDetail>
GetAccountAuthorizationDetailsResult. getRoleDetailList()
A list containing information about IAM roles.Methods in com.amazonaws.services.identitymanagement.model with parameters of type RoleDetail Modifier and Type Method Description GetAccountAuthorizationDetailsResult
GetAccountAuthorizationDetailsResult. withRoleDetailList(RoleDetail... roleDetailList)
A list containing information about IAM roles.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type RoleDetail Modifier and Type Method 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.
-