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 RoleDetailRoleDetail. clone()RoleDetailRoleDetail. withArn(String arn)RoleDetailRoleDetail. withAssumeRolePolicyDocument(String assumeRolePolicyDocument)The trust policy that grants permission to assume the role.RoleDetailRoleDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of managed policies attached to the role.RoleDetailRoleDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of managed policies attached to the role.RoleDetailRoleDetail. withCreateDate(Date createDate)The date and time, in ISO 8601 date-time format, when the role was created.RoleDetailRoleDetail. withInstanceProfileList(InstanceProfile... instanceProfileList)NOTE: This method appends the values to the existing list (if any).RoleDetailRoleDetail. withInstanceProfileList(Collection<InstanceProfile> instanceProfileList)RoleDetailRoleDetail. withPath(String path)The path to the role.RoleDetailRoleDetail. withRoleId(String roleId)The stable and unique string identifying the role.RoleDetailRoleDetail. withRoleName(String roleName)The friendly name that identifies the role.RoleDetailRoleDetail. withRolePolicyList(PolicyDetail... rolePolicyList)A list of inline policies embedded in the role.RoleDetailRoleDetail. 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 GetAccountAuthorizationDetailsResultGetAccountAuthorizationDetailsResult. 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 voidGetAccountAuthorizationDetailsResult. setRoleDetailList(Collection<RoleDetail> roleDetailList)A list containing information about IAM roles.GetAccountAuthorizationDetailsResultGetAccountAuthorizationDetailsResult. withRoleDetailList(Collection<RoleDetail> roleDetailList)A list containing information about IAM roles.
-